fix ?
This commit is contained in:
parent
37c5d9cf43
commit
476f99b931
1
V6.py
1
V6.py
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue