mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added process_modules to ftrack module which looks for TimersManager
This commit is contained in:
parent
39a236f5b8
commit
d29752c5aa
1 changed files with 4 additions and 0 deletions
|
|
@ -206,6 +206,10 @@ class FtrackRunner:
|
|||
except Exception as e:
|
||||
log.error("During Killing Timer event server: {0}".format(e))
|
||||
|
||||
def process_modules(self, modules):
|
||||
if 'TimersManager' in modules:
|
||||
self.timer_manager = modules['TimersManager']
|
||||
self.timer_manager.add_module(self)
|
||||
|
||||
def start_timer_manager(self, data):
|
||||
if self.thread_timer is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue