diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py index 76b8edb3a..7450d3993 100755 --- a/plugins/gogs/index.py +++ b/plugins/gogs/index.py @@ -388,7 +388,7 @@ def postReceiveLog(): def getGogsConf(): conf = getConf() if not os.path.exists(conf): - return mw.returnJson(False, "请先安装初始化!") + return mw.returnJson(False, "请先安装初始化!
默认地址:http://" + mw.getLocalIp() + ":3000") gets = [ {'name': 'DOMAIN', 'type': -1, 'ps': '服务器域名'}, @@ -455,7 +455,7 @@ def userList(): conf = getConf() if not os.path.exists(conf): - return mw.returnJson(False, "请先安装初始化!") + return mw.returnJson(False, "请先安装初始化!
默认地址:http://" + mw.getLocalIp() + ":3000") import math args = getArgs()