Update index.py

pull/494/head
midoks 2 years ago
parent 2de9b736f5
commit c925e09ea6
  1. 2
      plugins/gitea/index.py

@ -515,7 +515,7 @@ def repoList():
return mw.returnJson(False, "请先安装初始化!<br/>默认地址:http://" + mw.getLocalIp() + ":3000")
conf = getDbConfValue()
gtype = getGogsDbType(conf)
gtype = getGiteaDbType(conf)
if gtype != 'mysql':
return mw.returnJson(False, "仅支持mysql数据操作!")

Loading…
Cancel
Save