Update login.py

This commit is contained in:
zhao-zg 2025-02-26 09:52:57 +08:00 committed by GitHub
parent dfac771630
commit 1568e89972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -808,7 +808,7 @@ async def verification(page):
box["x"] + distance, box["y"], {"steps": 10}
)
await page.waitFor(
random.randint(200, 500)
random.randint(500, 1000)
)
await page.mouse.up()
logger.info("过滑块结束")