From 6829031e5547e19ab575a4999f846756d66b5ccd Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 16 May 2025 14:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index 054d7f3..b60aa9a 100644 --- a/robot.py +++ b/robot.py @@ -228,7 +228,7 @@ class Robot(Job): if data: tasks = [] for message in data: - self.LOG.debug(f"sync_message.处理消息消息内容: {message}") + # self.LOG.debug(f"sync_message.处理消息消息内容: {message}") # 处理消息 try: wxmsg: WxMessage = WxMessage.from_json(message)