提醒更新成功

This commit is contained in:
liuwei
2025-05-06 11:01:04 +08:00
parent e47adac236
commit f9495a6cfb
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,6 @@ def main(chat_type: int):
# 初始化并启动wechat_ipad客户端
if robot.init_wechat_ipad():
robot.LOG.info("wechat_ipad客户端启动成功")
robot.ipad_bot.send_text_message("filehelper", "ipad客户端启动成功")
else:
robot.LOG.error("wechat_ipad客户端启动失败")

View File

@@ -186,6 +186,8 @@ class Robot(Job):
self.message_util = MessageUtil(self.ipad_bot)
# 先接受堆积消息
self.LOG.info("处理堆积消息中")
await self.ipad_bot.send_text_message("filehelper", "ipad客户端启动成功")
count = 0
while True:
data = await self.ipad_bot.sync_message()