Add files via upload

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

View File

@ -1016,7 +1016,7 @@ async def main(workList, uid, oocr, oocrDet):
while True:
if workList[uid].type == "phone":
print("选择手机号登录")
aresult = wait loginPhone(chromium_path, workList, uid, headless)
result = await loginPhone(chromium_path, workList, uid, headless)
elif workList[uid].type == "password":
print("选择密码登录")
result = await loginPassword(chromium_path, workList, uid, headless)