diff --git a/class/core/plugins_api.py b/class/core/plugins_api.py index 6064c437d..4be268ea0 100755 --- a/class/core/plugins_api.py +++ b/class/core/plugins_api.py @@ -44,8 +44,8 @@ class plugins_api: def __init__(self): self.setupPath = 'server' self.__plugin_dir = mw.getRunDir() + '/plugins' - self.__type = mw.getRunDir() + 'data/json/type.json' - self.__index = mw.getRunDir() + 'data/json/index.json' + self.__type = mw.getRunDir() + '/data/json/type.json' + self.__index = mw.getRunDir() + '/data/json/index.json' ##### ----- start ----- ### def listApi(self):