This commit is contained in:
piair 2024-02-27 15:59:23 +01:00
parent 37c5d9cf43
commit 476f99b931
2 changed files with 2 additions and 1 deletions

1
V6.py
View File

@ -743,6 +743,7 @@ def default_start():
config.WebDriver.pc_driver.implicitly_wait(3)
try:
wait_time = uniform(1200, 3600)
wait_time = 10 # the display closes when I ctrl + c
info(f"Waiting for {round(wait_time / 60)}min before starting")
custom_sleep(wait_time)
daily_routine(config.UserCredentials)

View File

@ -1 +1 @@
v6.8.14
v6.8.15