消息总结加入debug
This commit is contained in:
1
robot.py
1
robot.py
@@ -437,6 +437,7 @@ class Robot(Job):
|
|||||||
|
|
||||||
def message_summary_robot(self, sender: str = None):
|
def message_summary_robot(self, sender: str = None):
|
||||||
try:
|
try:
|
||||||
|
self.LOG.info(f"群: {sender} 消息总结开始执行!")
|
||||||
content = get_messages(sender, self.allContacts)
|
content = get_messages(sender, self.allContacts)
|
||||||
summary = message_summary(content)
|
summary = message_summary(content)
|
||||||
self.sendTextMsg(summary, sender)
|
self.sendTextMsg(summary, sender)
|
||||||
|
|||||||
Reference in New Issue
Block a user