diff --git a/robot.py b/robot.py index ec0f9a6..0ca001a 100644 --- a/robot.py +++ b/robot.py @@ -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):