minor fix

This commit is contained in:
2025-08-28 14:43:05 +08:00
parent 5cd82cfd59
commit 6e6657fda6
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
.\..\venv\Scripts\pythonw.exe .\..\main.pyw --address "user@example.com" --password "example" --max-occurrence 5 --interval 10
.\..\venv\Scripts\pythonw.exe .\..\main.pyw --address "user@example.com" --password "example" --interval 10
+2 -1
View File
@@ -1,2 +1,3 @@
python -m venv .\..\venv
.\..\venv\Scripts\python.exe -m pip install -r .\..\requirements.txt
.\..\venv\Scripts\python.exe -m pip install -r .\..\requirements.txt
@pause