Update plugins_api.py

pull/409/head
midoks 2 years ago
parent a623039db7
commit 939c847f3e
  1. 2
      class/core/plugins_api.py

@ -942,7 +942,7 @@ class plugins_api:
return plugins_info
def getPluginList(self, sType, kw='', sPage=1, sPageSize=10):
print(sType, kw, sPage, sPageSize)
# print(sType, kw, sPage, sPageSize)
ret = {}
ret['type'] = json.loads(mw.readFile(self.__type))

Loading…
Cancel
Save