Add files via upload

This commit is contained in:
zhao-zg 2024-07-31 11:03:59 +08:00 committed by GitHub
parent f88834b8ec
commit cca1fb544b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,8 @@ async def loginPhone(chromium_path, workList, uid, headless):
workList[uid].status = "pending"
workList[uid].msg = "正在过形状、颜色检测"
await verification_shape(page)
if await verification_shape(page) == "notSupport":
return "notSupport"
await page.waitFor(2000)
continue
elif await page.querySelector('.dialog'):