From 54c37985385b01d034a55886f79de6c234d77c6d Mon Sep 17 00:00:00 2001 From: zhao-zg <61549925+zhao-zg@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20login.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忘记headless模式修改 --- login.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login.py b/login.py index 0cd0e37..4d896d4 100644 --- a/login.py +++ b/login.py @@ -1046,8 +1046,8 @@ async def main(workList, uid, oocr, oocrDet): return "unknown" print("判断初始化浏览器") chromium_path = await init_chrome() - #headless = 'new' - headless = False + headless = 'new' + #headless = False print("选择登录") try_time = 1