Update index.py
This commit is contained in:
parent
f36e540a59
commit
b44e24df0d
|
|
@ -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…
Reference in New Issue