mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix loading of "ftrack" key
This commit is contained in:
parent
2782baf864
commit
606767a284
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ USER_HANDLERS_DIR = os.path.join(FTRACK_MODULE_DIR, "actions")
|
|||
|
||||
|
||||
def get_ftrack_settings():
|
||||
return get_system_settings()["modules"]["Ftrack"]
|
||||
return get_system_settings()["modules"]["ftrack"]
|
||||
|
||||
|
||||
def get_ftrack_url_from_settings():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue