优化联系人信息,解决总结时使用了其他群的备注信息

This commit is contained in:
liuwei
2025-05-28 15:34:24 +08:00
parent 6c9b99afcf
commit 81a9cdac90

View File

@@ -253,7 +253,7 @@ class Robot:
await asyncio.sleep(0.5)
except Exception as e:
self.LOG.error(f"wechat_ipad客户端运行出错: {e}")
self.LOG.exception(f"wechat_ipad客户端运行出错: {e}")
self.ipad_running = False
async def _handle_ipad_login(self, wxid, device_name, device_id):