start timer thread if workspace_id is set

This commit is contained in:
Jakub Trllo 2019-03-11 17:53:46 +01:00
parent 1d5290f4d5
commit b5a13468c1

View file

@ -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