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