From b94f302fbe5019e127f194eacad9b828dca675ca Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 15 Aug 2022 13:41:01 +0800 Subject: [PATCH] =?UTF-8?q?gogs=20=E6=8F=90=E7=A4=BA=E6=9B=B4=E4=BA=BA?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/gogs/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()