fix app key

This commit is contained in:
Jakub Trllo 2022-03-17 19:24:11 +01:00
parent 4dd95fba68
commit fe8caa3b3a

View file

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