mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed clockify API when start timer when already is one running finish him
This commit is contained in:
parent
c098d5b0aa
commit
f051e61a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class ClockifyAPI(metaclass=Singleton):
|
|||
):
|
||||
self.bool_timer_run = True
|
||||
return self.bool_timer_run
|
||||
return False
|
||||
self.finish_time_entry(workspace_id=workspace_id)
|
||||
|
||||
# Convert billable to strings
|
||||
if billable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue