Update index.py

pull/282/head
midoks 2 years ago
parent f36e540a59
commit b44e24df0d
  1. 2
      plugins/gitea/index.py

@ -445,7 +445,7 @@ def submitGogsConf():
val = g + ' = ' + args[g]
conf = re.sub(rep, val, conf)
mw.writeFile(filename, conf)
reload()
restart()
return mw.returnJson(True, '设置成功')

Loading…
Cancel
Save