fix: profile arguments

This commit is contained in:
2026-06-02 16:20:18 +08:00
parent 42d6452e2d
commit d6c9575c82

View File

@@ -1,4 +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
.\venv\Scripts\pythonw.exe .\main.py "user@example.com" "example" --interval 10
@pause