diff --git a/V6.py b/V6.py index 07e0351..972e1fd 100755 --- a/V6.py +++ b/V6.py @@ -940,10 +940,10 @@ else : printf("Driver demarré.") driver.implicitly_wait(3) try: + attente = uniform(1200, 3600) + printf(f"Attente de {round(attente/60)} min avant de démarrer") daily_routine() driver.quit() - attente = uniform(1200, 3600) - printf(f"finis. attente de {round(attente/60)}min") custom_sleep(attente) except KeyboardInterrupt: printf("Canceled. Closing driver and display.") diff --git a/version b/version index 09f87e5..8f1d6d2 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.7.2 +v6.7.3