mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added missing launcher module
This commit is contained in:
parent
0444e32550
commit
9b84b6b72a
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ def load_modules(force=False):
|
|||
sync_server,
|
||||
timers_manager,
|
||||
webserver,
|
||||
launcher_action,
|
||||
standalonepublish_action,
|
||||
project_manager_action
|
||||
)
|
||||
|
|
@ -135,6 +136,7 @@ def load_modules(force=False):
|
|||
setattr(openpype_modules, "slack", slack)
|
||||
setattr(openpype_modules, "timers_manager", timers_manager)
|
||||
setattr(openpype_modules, "webserver", webserver)
|
||||
setattr(openpype_modules, "launcher_action", launcher_action)
|
||||
setattr(
|
||||
openpype_modules, "standalonepublish_action", standalonepublish_action
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue