Update login.py

This commit is contained in:
zhao-zg 2024-07-04 10:38:24 +08:00 committed by GitHub
parent c471267c83
commit b99c4a7b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -950,7 +950,7 @@ async def main(workList, uid, oocr):
return "unknown"
print("判断初始化浏览器")
chromium_path = await init_chrome()
headless = False
headless = True
print("选择登录")
if workList[uid].type == "phone":
print("选择手机号登录")