more logs

This commit is contained in:
piair 2022-03-28 17:24:21 +02:00
parent 676a35cdc2
commit 2d667052d3

4
V4.py
View File

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