mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
start timer thread if workspace_id is set
This commit is contained in:
parent
1d5290f4d5
commit
b5a13468c1
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ class ClockifyAPI(metaclass=Singleton):
|
|||
result = False
|
||||
if result is not False:
|
||||
self.workspace_id = result
|
||||
if self.master_parent is not None:
|
||||
self.master_parent.start_timer_check()
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue