Change Create Windows Task to main.py

main
Sebastian Serfling 2023-08-10 15:14:54 +02:00
parent e80578f674
commit 67a4424e46
1 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@ python3 -m virtualenv venv
source venv/bin/activate
python3 -m pip install -r packages.txt
python3 main.py
deactivate
deactivate
1223