diff --git a/main.py b/main.py index 2efbeba..b451943 100644 --- a/main.py +++ b/main.py @@ -210,8 +210,13 @@ def main(driver: WebDriver, logger = logging.getLogger('main')): @classmethod def perform(cls): - if status == Status.RUNNING: return False - sleep(0.2); return True + if status == Status.RUNNING: + t1.start() + return False + + t1.pause() + sleep(0.2) + return True class Sleep(Action): @classmethod