Update plugins_api.py

pull/119/head
midoks 3 years ago
parent c24e0604ac
commit 3eb8ee53c8
  1. 4
      class/core/plugins_api.py

@ -44,8 +44,8 @@ class plugins_api:
def __init__(self): def __init__(self):
self.setupPath = 'server' self.setupPath = 'server'
self.__plugin_dir = mw.getRunDir() + '/plugins' self.__plugin_dir = mw.getRunDir() + '/plugins'
self.__type = mw.getRunDir() + 'data/json/type.json' self.__type = mw.getRunDir() + '/data/json/type.json'
self.__index = mw.getRunDir() + 'data/json/index.json' self.__index = mw.getRunDir() + '/data/json/index.json'
##### ----- start ----- ### ##### ----- start ----- ###
def listApi(self): def listApi(self):

Loading…
Cancel
Save