diff --git a/robot.py b/robot.py index 056686a..5c12099 100644 --- a/robot.py +++ b/robot.py @@ -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):