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()