update: added python scripts

This commit is contained in:
2025-08-28 18:44:56 +08:00
parent 6e6657fda6
commit 0786e9d511
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
import subprocess
subprocess.run([".\\..\\venv\\Scripts\\pythonw.exe", ".\\main.py", "--address", "user@example.com", "--password", "password", "--interval", "10"], cwd=".\\..\\")