fix: timer state control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user