diff --git a/plugins/gogs/index.py b/plugins/gogs/index.py index 822a48198..08ce6a69a 100755 --- a/plugins/gogs/index.py +++ b/plugins/gogs/index.py @@ -463,7 +463,7 @@ def userList(): return mw.returnJson(False, "请先安装初始化!
默认地址:http://" + mw.getLocalIp() + ":3000") conf = getDbConfValue() - gtype = getGiteaDbType(conf) + gtype = getGogsDbType(conf) if gtype != 'mysql': return mw.returnJson(False, "仅支持mysql数据操作!")