From 72cd4448611c9c36cedec104fedd223aa21bd464 Mon Sep 17 00:00:00 2001 From: Dong_master <2213070223@qq.com> Date: Tue, 18 Mar 2025 23:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86at=E5=85=A8=E5=91=98=E7=9A=84?= =?UTF-8?q?atall,=E4=BB=A5=E5=8F=8A=E4=BF=AE=E5=A4=8D=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E5=85=AC=E4=BC=97=E5=8F=B7=E5=92=8C=E5=BE=AE=E4=BF=A1=E5=9B=A2?= =?UTF-8?q?=E9=98=9F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/platform/sources/gewechat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/platform/sources/gewechat.py b/pkg/platform/sources/gewechat.py index 870081ea..869e05c6 100644 --- a/pkg/platform/sources/gewechat.py +++ b/pkg/platform/sources/gewechat.py @@ -227,7 +227,7 @@ class GewechatEventConverter(adapter.EventConverter): event: dict, bot_account_id: str ) -> platform_events.MessageEvent: - print(event) + # print(event) # 排除自己发消息回调回答问题 if event['Wxid'] == event['Data']['FromUserName']['string']: return None