@ -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)