From f292c365e3ccc072354385552901b8585fb55a13 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 17 Feb 2025 14:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=80=BB=E7=BB=93=E5=8A=A0?= =?UTF-8?q?=E5=85=A5debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robot.py b/robot.py index 8e1ab0a..4d909e0 100644 --- a/robot.py +++ b/robot.py @@ -437,6 +437,7 @@ class Robot(Job): def message_summary_robot(self, sender: str = None): try: + self.LOG.info(f"群: {sender} 消息总结开始执行!") content = get_messages(sender, self.allContacts) summary = message_summary(content) self.sendTextMsg(summary, sender)