From c925e09ea6a53cbd4c72ff67e1bf604fa42865b3 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 30 Oct 2023 15:38:42 +0800 Subject: [PATCH] Update index.py --- plugins/gitea/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gitea/index.py b/plugins/gitea/index.py index 22f9a5fc5..4872db7f4 100755 --- a/plugins/gitea/index.py +++ b/plugins/gitea/index.py @@ -515,7 +515,7 @@ def repoList(): return mw.returnJson(False, "请先安装初始化!
默认地址:http://" + mw.getLocalIp() + ":3000") conf = getDbConfValue() - gtype = getGogsDbType(conf) + gtype = getGiteaDbType(conf) if gtype != 'mysql': return mw.returnJson(False, "仅支持mysql数据操作!")