From 2d667052d361a44edfc493ea019a990a7ddb06ee Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 28 Mar 2022 17:24:21 +0200 Subject: [PATCH] more logs --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 528e582..5725194 100755 --- a/V4.py +++ b/V4.py @@ -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()