From ed3b38f2e2816da1073e7d4ecc0e4af22d1c25c7 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 10 Jun 2020 14:15:29 +0200 Subject: [PATCH] fixed path in adobe communicator statics path --- pype/modules/adobe_communicator/adobe_comunicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/modules/adobe_communicator/adobe_comunicator.py b/pype/modules/adobe_communicator/adobe_comunicator.py index ef7e05ff57..51cc6780c0 100644 --- a/pype/modules/adobe_communicator/adobe_comunicator.py +++ b/pype/modules/adobe_communicator/adobe_comunicator.py @@ -31,7 +31,7 @@ class AdobeCommunicator: # Register statics url pype_module_root = os.environ["PYPE_MODULE_ROOT"].replace("\\", "/") - static_path = "{}/pype/premiere/ppro".format(pype_module_root) + static_path = "{}/pype/hosts/premiere/ppro".format(pype_module_root) rest_api_module.register_statics("/ppro", static_path) # Register rest api object for communication