mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
start timer won't be launched when not signed in
This commit is contained in:
parent
ae658df760
commit
35ea6da261
1 changed files with 4 additions and 0 deletions
|
|
@ -143,6 +143,10 @@ class ClockifyModule:
|
|||
self.bool_timer_run = False
|
||||
|
||||
def start_timer(self, input_data):
|
||||
# If not api key is not entered then skip
|
||||
if not self.clockapi.get_api_key():
|
||||
return
|
||||
|
||||
actual_timer = self.clockapi.get_in_progress()
|
||||
actual_timer_hierarchy = None
|
||||
actual_project_id = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue