From 81a9cdac90d290bba93722cb930a03e413974ac4 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 28 May 2025 15:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=80=BB=E7=BB=93?= =?UTF-8?q?=E6=97=B6=E4=BD=BF=E7=94=A8=E4=BA=86=E5=85=B6=E4=BB=96=E7=BE=A4?= =?UTF-8?q?=E7=9A=84=E5=A4=87=E6=B3=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):