This commit is contained in:
ST-TEN-11 2024-11-21 12:03:25 +01:00
parent 4feb92471f
commit 492facb2ee

View File

@ -1,4 +1,4 @@
echo on
SET mypath=%~dp0
cd %mypath%
.\venv\Scripts\activate.bat && python -O "./src/main.py" --no-autotest
.\venv\Scripts\activate.bat && python -O "./src/main.py"