From 2ae0c7fc66963e9dcfbfaba534d6819acb179bcd Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 12 May 2025 09:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=B6=E9=97=B4?= 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 60fa5be..0b004d7 100644 --- a/robot.py +++ b/robot.py @@ -332,7 +332,7 @@ class Robot(Job): except Exception as e: self.LOG.error(f"wechat_ipad heartbeat long: {e}") self.login_twice_auto_auth() - await asyncio.sleep(10) + await asyncio.sleep(30) async def _process_ipad_message(self, message: WxMessage): """处理wechat_ipad消息"""