Update index.py

pull/391/head
midoks 2 years ago
parent 547027be0d
commit b541abad42
  1. 1
      plugins/supervisor/index.py

@ -462,6 +462,7 @@ def configTpl():
pathFile = os.listdir(path)
tmp = []
for one in pathFile:
if one.endswith(".ini"):
file = path + '/' + one
tmp.append(file)
return mw.getJson(tmp)

Loading…
Cancel
Save