update: fixed connection issues when behind a proxy (selenium manager related)

This commit is contained in:
2025-09-22 16:51:36 +08:00
parent 2040e711cd
commit 2e9c1d3425

View File

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