From e34133a3f4c723ae9fca2a9f4f0efdec57339647 Mon Sep 17 00:00:00 2001 From: zhao-zg <61549925+zhao-zg@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:30:03 +0800 Subject: [PATCH] Update login.py --- login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login.py b/login.py index ac38de2..348e554 100644 --- a/login.py +++ b/login.py @@ -950,7 +950,7 @@ async def main(workList, uid, oocr): return "unknown" print("判断初始化浏览器") chromium_path = await init_chrome() - headless = True + headless = 'new' print("选择登录") if workList[uid].type == "phone": print("选择手机号登录")