fix: 修复面板保存配置时报错的问题;修复频道私聊报错的问题
perf: 改善日志
This commit is contained in:
@@ -5,7 +5,6 @@ try:
|
||||
import git.exc
|
||||
from git.repo import Repo
|
||||
except BaseException as e:
|
||||
gu.log("你正运行在无Git环境下,暂时将无法使用插件、热更新功能。")
|
||||
has_git = False
|
||||
import os
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user