fixed path in adobe communicator statics path

This commit is contained in:
iLLiCiTiT 2020-06-10 14:15:29 +02:00
parent 391aef5ba8
commit ed3b38f2e2

View file

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