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)