Update index.py

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

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

Loading…
Cancel
Save