update: try also recovery from address mismatched errors

This commit is contained in:
2025-08-29 09:28:38 +08:00
parent 29e953673d
commit b82fa876de
3 changed files with 5 additions and 2 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=".\\..\\")