From e562fd281a4f9c113e448665df78a0a60d111852 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 24 Jun 2025 10:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=8E=B7=E5=8F=96=E5=86=85=E5=AE=B9?= 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 e94e9d0..690a836 100644 --- a/robot.py +++ b/robot.py @@ -199,7 +199,7 @@ class Robot: # 先接受堆积消息 self.LOG.info("处理堆积消息中") - await self.ipad_bot.send_text_message("filehelper", "ipad客户端启动成功") + # await self.ipad_bot.send_text_message("filehelper", "ipad客户端启动成功") count = 0 while True: data = await self.ipad_bot.sync_message()