From efdf2a68f54a43b9cb5d0ddf0b0e484f3ae18bb0 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 19 Feb 2025 09:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/robot.py b/robot.py index f190d49..37ba636 100644 --- a/robot.py +++ b/robot.py @@ -225,6 +225,7 @@ class Robot(Job): self.LOG.error(f"revoke_receive_message error: {e}") try: + #群人员添加也是消息类型10000的消息 result = self.gmc.process_message(msg.roomid, msg.xml) # 判断是否没有变化 if "$NO_CHANGE$" not in result: @@ -287,7 +288,7 @@ class Robot(Job): while wcf.is_receiving_msg(): try: msg = wcf.get_msg() - self.LOG.info(msg) + self.LOG.debug(msg) self.processMsg(msg) except Empty: continue # Empty message