优化联系人信息,解决总结时使用了其他群的备注信息
This commit is contained in:
2
robot.py
2
robot.py
@@ -253,7 +253,7 @@ class Robot:
|
|||||||
await asyncio.sleep(0.5)
|
await asyncio.sleep(0.5)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.LOG.error(f"wechat_ipad客户端运行出错: {e}")
|
self.LOG.exception(f"wechat_ipad客户端运行出错: {e}")
|
||||||
self.ipad_running = False
|
self.ipad_running = False
|
||||||
|
|
||||||
async def _handle_ipad_login(self, wxid, device_name, device_id):
|
async def _handle_ipad_login(self, wxid, device_name, device_id):
|
||||||
|
|||||||
Reference in New Issue
Block a user