From 5ba4d9cbca06835178e93a4e1a00b3b1c9e3101f Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Fri, 10 Jan 2025 19:34:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=80=E5=90=AF=E6=97=A0=E5=A4=B4?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_utils.py b/browser_utils.py index 1aaa04d..90d42c2 100644 --- a/browser_utils.py +++ b/browser_utils.py @@ -29,7 +29,7 @@ class BrowserManager: co.set_pref("credentials_enable_service", False) co.set_argument("--hide-crash-restore-bubble") co.auto_port() - # co.headless(True) # 生产环境使用无头模式 + co.headless(True) # 生产环境使用无头模式 # Mac 系统特殊处理 if sys.platform == "darwin":