From 1977b4dfc4e92c54c0c1a420dac689d6d84f0f62 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 14 Mar 2025 15:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E7=BB=93=E5=8F=AA=E5=8F=91=E5=9B=BE?= =?UTF-8?q?=E7=89=87=EF=BC=8C=E4=B8=8D=E5=8F=91=E6=96=87=E6=9C=AC?= 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 726abbd..099bbf8 100644 --- a/robot.py +++ b/robot.py @@ -641,7 +641,7 @@ class Robot(Job): self.LOG.info(f"群: {sender} 消息总结开始执行!") content = self.message_storage.get_messages(sender, self.allContacts) summary, spath = message_summary_dify(content) - self.send_text_msg(summary, sender) + # self.send_text_msg(summary, sender) self.wcf.send_file(spath, sender) else: self.send_text_msg("群发言总结功能未开启", sender)