加入debug 日志,查看退群消息

This commit is contained in:
liuwei
2025-12-22 11:48:18 +08:00
parent 30f9bb7877
commit 2d9b725acd

View File

@@ -231,6 +231,7 @@ class Robot:
while self.ipad_running:
try:
data = await self.ipad_bot.sync_message()
self.LOG.debug(f"MESSAGE{data}")
except Exception as e:
self.LOG.error(f"获取新消息失败 {e}")
if "用户可能退出" in str(e):