From c9e1a8cc71b2ed8c85ad1f3129b0d940e40e9ed2 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 15 May 2025 15:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E8=B7=B3=E9=A2=91=E7=8E=87=E9=99=8D?= =?UTF-8?q?=E4=BD=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/robot.py b/robot.py index b73261f..87962f3 100644 --- a/robot.py +++ b/robot.py @@ -314,7 +314,6 @@ class Robot(Job): self.LOG.debug("心跳进行中") else: self.LOG.warning("心跳失败") - self.LOG.error(f"wechat_ipad heartbeat heartbeat twice_auto_auth ") except Exception as e: self.LOG.error(f"wechat_ipad heartbeat: {e}") await asyncio.sleep(60) @@ -329,7 +328,6 @@ class Robot(Job): self.LOG.debug("长连接心跳进行中") else: self.LOG.warning("长连接心跳失败") - self.LOG.error(f"wechat_ipad heartbeat long twice_auto_auth ") except Exception as e: self.LOG.error(f"wechat_ipad heartbeat long: {e}") await asyncio.sleep(120)