Update index.py

This commit is contained in:
midoks 2022-11-30 12:19:31 +08:00
parent f36e540a59
commit b44e24df0d
1 changed files with 1 additions and 1 deletions

View File

@ -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, '设置成功')