Compare commits

...

1 Commits

Author SHA1 Message Date
ST-TEN12
851749485f FIX 2025-01-28 16:40:41 +01:00

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"