From 2e9c1d34252bd37480311f441057d8b3c3659141 Mon Sep 17 00:00:00 2001 From: break27 Date: Mon, 22 Sep 2025 16:51:36 +0800 Subject: [PATCH] update: fixed connection issues when behind a proxy (selenium manager related) --- profiles/profile-example.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/profile-example.bat b/profiles/profile-example.bat index d09f8f4..71d0566 100644 --- a/profiles/profile-example.bat +++ b/profiles/profile-example.bat @@ -1,3 +1,4 @@ cd /D .\..\ +set SE_PROXY=http://127.0.0.1:10809 .\venv\Scripts\pythonw.exe .\main.py --address "user@example.com" --password "example" --interval 10 @pause \ No newline at end of file