Update index.py

pull/328/head
midoks 2 years ago
parent 44401f5944
commit 81b570214a
  1. 2
      plugins/webstats/index.py

@ -334,7 +334,7 @@ def setGlobalConf():
mw.writeFile(conf, json.dumps(content))
conf_lua = getServerDir() + "/lua/webstats_config.lua"
listToLuaFile(conf_lua, content)
mw.restartWeb()
mw.opWeb('restart')
return mw.returnJson(True, '设置成功')

Loading…
Cancel
Save