From 3fdea0eea86de65d47fa224046b5a816dc7ba1bc Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 7 May 2025 10:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5debug=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot.py b/robot.py index 6c33787..7d095db 100644 --- a/robot.py +++ b/robot.py @@ -302,7 +302,7 @@ class Robot(Job): try: success = await self.ipad_bot.heartbeat() if success: - self.LOG.success("心跳进行中") + self.LOG.info("心跳进行中") else: self.LOG.warning("心跳失败") except Exception as e: @@ -316,7 +316,7 @@ class Robot(Job): try: success = await self.ipad_bot.heartbeat_long() if success: - self.LOG.success("长连接心跳进行中") + self.LOG.info("长连接心跳进行中") else: self.LOG.warning("长连接心跳失败") except Exception as e: