调整chrome内容

This commit is contained in:
liuwei
2025-05-07 09:55:58 +08:00
parent 42e44f9000
commit 17c2c04954
2 changed files with 2 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ class Robot(Job):
self.LOG.warning("长连接心跳失败")
except Exception as e:
self.LOG.error(f"wechat_ipad heartbeat long: {e}")
await asyncio.sleep(5)
await asyncio.sleep(10)
async def _process_ipad_message(self, message: WxMessage):
"""处理wechat_ipad消息"""