更新 login.py

忘记headless模式修改
This commit is contained in:
zhao-zg 2024-09-01 16:28:32 +08:00 committed by GitHub
parent 2ab72ed755
commit 54c3798538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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