Update login.py

This commit is contained in:
zhao-zg 2024-12-10 10:18:09 +08:00 committed by GitHub
parent 1852ec734d
commit f4bba3a736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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