mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix app key
This commit is contained in:
parent
4dd95fba68
commit
fe8caa3b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ class FillWorkfileAttributeAction(BaseAction):
|
|||
session.commit()
|
||||
|
||||
# Keep placeholders in the template unfilled
|
||||
host_name = "{host}"
|
||||
host_name = "{app}"
|
||||
extension = "{ext}"
|
||||
project_doc = dbcon.find_one({"type": "project"})
|
||||
project_settings = get_project_settings(project_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue