Update index.py

pull/621/head
Mr Chen 10 months ago
parent 4e21b136d7
commit 6c00e8c350
  1. 2
      plugins/fail2ban/index.py

@ -83,7 +83,7 @@ def checkArgs(data, ck=[]):
return (True, mw.returnJson(True, 'ok'))
def configTpl():
path = getPluginDir() + '/tpl'
path = f2bEtcDir()
pathFile = os.listdir(path)
tmp = []
for one in pathFile:

Loading…
Cancel
Save