From 84d1293fd016e00e9ac1e1621c0901003f60116b Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 14 Dec 2023 16:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E6=8A=9B=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index bfd8efdea..fb8de10a3 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -469,7 +469,6 @@ def run_qqchan_bot(cfg, loop, qqchannel_bot: QQChan): try: qqchannel_bot.run_bot(client, cfg['qqbot']['appid'], cfg['qqbot']['token']) except BaseException as e: - raise e gu.log("启动QQ频道机器人时出现错误, 原因如下: " + str(e), gu.LEVEL_CRITICAL, tag="QQ频道") gu.log(r"如果您是初次启动,请修改配置文件(QQChannelChatGPT/config.yaml)详情请看:https://github.com/Soulter/QQChannelChatGPT/wiki。" + str(e), gu.LEVEL_CRITICAL, tag="System")