fix: 修复面板保存配置时报错的问题;修复频道私聊报错的问题

perf: 改善日志
This commit is contained in:
Soulter
2024-02-05 13:18:34 +08:00
parent d522d2a6a9
commit 2cf18972f3
9 changed files with 72 additions and 35 deletions
-1
View File
@@ -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