fix: timer state control
This commit is contained in:
@@ -210,8 +210,13 @@ def main(driver: WebDriver, logger = logging.getLogger('main')):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def perform(cls):
|
def perform(cls):
|
||||||
if status == Status.RUNNING: return False
|
if status == Status.RUNNING:
|
||||||
sleep(0.2); return True
|
t1.start()
|
||||||
|
return False
|
||||||
|
|
||||||
|
t1.pause()
|
||||||
|
sleep(0.2)
|
||||||
|
return True
|
||||||
|
|
||||||
class Sleep(Action):
|
class Sleep(Action):
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user