mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-19 17:39:38 +08:00
Add files via upload
This commit is contained in:
parent
e33c4df621
commit
f88834b8ec
2
login.py
2
login.py
@ -1016,7 +1016,7 @@ async def main(workList, uid, oocr, oocrDet):
|
|||||||
while True:
|
while True:
|
||||||
if workList[uid].type == "phone":
|
if workList[uid].type == "phone":
|
||||||
print("选择手机号登录")
|
print("选择手机号登录")
|
||||||
aresult = wait loginPhone(chromium_path, workList, uid, headless)
|
result = await loginPhone(chromium_path, workList, uid, headless)
|
||||||
elif workList[uid].type == "password":
|
elif workList[uid].type == "password":
|
||||||
print("选择密码登录")
|
print("选择密码登录")
|
||||||
result = await loginPassword(chromium_path, workList, uid, headless)
|
result = await loginPassword(chromium_path, workList, uid, headless)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user