hmm chelou cette affaire
This commit is contained in:
parent
1bcf53b4af
commit
213b62712a
3
V6.py
3
V6.py
@ -848,7 +848,8 @@ def very_custom_start(json):
|
|||||||
for _ in range(600):
|
for _ in range(600):
|
||||||
sleep(1)
|
sleep(1)
|
||||||
print(driver.current_url)
|
print(driver.current_url)
|
||||||
if driver.current_url == "https://www.example.com":
|
if driver.current_url == "https://example.com/":
|
||||||
|
print("proceeding")
|
||||||
break
|
break
|
||||||
else :
|
else :
|
||||||
login(driver)
|
login(driver)
|
||||||
|
Loading…
Reference in New Issue
Block a user