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)
tmp = []
for one in pathFile:
file = path + '/' + one
tmp.append(file)
if one.endswith(".ini"):
file = path + '/' + one
tmp.append(file)
return mw.getJson(tmp)

Loading…
Cancel
Save