Merge pull request #637 from pypeclub/hotfix/harmony-disable-ensure-settings

Harmony: Disable application launch logic
This commit is contained in:
Milan Kolar 2020-10-14 17:07:25 +02:00 committed by GitHub
commit 4fe9ca1a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,8 +155,10 @@ def check_inventory():
def application_launch():
ensure_scene_settings()
check_inventory()
# FIXME: manually invoked because of server <-> client problems.
# ensure_scene_settings()
# check_inventory()
pass
def export_template(backdrops, nodes, filepath):