调整时间
This commit is contained in:
2
robot.py
2
robot.py
@@ -332,7 +332,7 @@ class Robot(Job):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.LOG.error(f"wechat_ipad heartbeat long: {e}")
|
self.LOG.error(f"wechat_ipad heartbeat long: {e}")
|
||||||
self.login_twice_auto_auth()
|
self.login_twice_auto_auth()
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(30)
|
||||||
|
|
||||||
async def _process_ipad_message(self, message: WxMessage):
|
async def _process_ipad_message(self, message: WxMessage):
|
||||||
"""处理wechat_ipad消息"""
|
"""处理wechat_ipad消息"""
|
||||||
|
|||||||
Reference in New Issue
Block a user