added random time before each account intead of after

This commit is contained in:
piair 2023-10-15 14:31:07 +02:00
parent d4c3e70e5f
commit 59e57bc124
2 changed files with 3 additions and 3 deletions

4
V6.py
View File

@ -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.")

View File

@ -1 +1 @@
v6.7.2
v6.7.3