hmm chelou cette affaire

This commit is contained in:
piair 2023-09-30 18:32:02 +02:00
parent 1bcf53b4af
commit 213b62712a
2 changed files with 3 additions and 2 deletions

3
V6.py
View File

@ -848,7 +848,8 @@ def very_custom_start(json):
for _ in range(600):
sleep(1)
print(driver.current_url)
if driver.current_url == "https://www.example.com":
if driver.current_url == "https://example.com/":
print("proceeding")
break
else :
login(driver)

View File

@ -1 +1 @@
v6.6.39
v6.6.40