Files
mailer/profiles/profile-example.pyw

2 lines
179 B
Python

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