From 2d9b725acdff8ed2d52c9bacc3c7259282a9cfec Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 22 Dec 2025 11:48:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5debug=20=E6=97=A5=E5=BF=97?= =?UTF-8?q?=EF=BC=8C=E6=9F=A5=E7=9C=8B=E9=80=80=E7=BE=A4=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 1 + 1 file changed, 1 insertion(+) 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):