加入了群组信息作为参数,防止串数据

This commit is contained in:
liuwei
2025-02-12 14:33:38 +08:00
parent b6c6476c7a
commit 23e80cb61a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ class Robot(Job):
def message_summary_robot(self, sender: str = None):
try:
content = get_messages(self.allContacts)
content = get_messages(sender, self.allContacts)
summary = message_summary(content)
self.sendTextMsg(summary, sender)
except Exception as e: