@@ -109,7 +109,7 @@ def jobs(robot: Robot):
# ✅ 每 3 小时登录验证
@async_job.every_hours(3)
async def login_check_job():
robot.login_twice_auto_auth()
await asyncio.to_thread(robot.login_twice_auto_auth)
if __name__ == "__main__":
The note is not visible to the blocked user.