more logs

This commit is contained in:
piair 2022-03-28 17:24:21 +02:00
parent 676a35cdc2
commit 2d667052d3
1 changed files with 2 additions and 2 deletions

4
V4.py
View File

@ -763,7 +763,7 @@ def CustomStart(Credentials):
_mail =Credentials[ids.index(i)][0] _mail =Credentials[ids.index(i)][0]
_password = Credentials[ids.index(i)][1] _password = Credentials[ids.index(i)][1]
driver = FirefoxPC() driver = FirefoxPC()
driver.implicitly_wait(20) driver.implicitly_wait(10)
login() login()
if "tout" in Actions : if "tout" in Actions :
@ -814,7 +814,7 @@ else :
printf("debut du driver") printf("debut du driver")
driver = FirefoxPC() driver = FirefoxPC()
printf("driver demarré") printf("driver demarré")
driver.implicitly_wait(20) driver.implicitly_wait(10)
try : try :
DailyRoutine() DailyRoutine()