Fix the bug that CLI argument was not affecting

This commit is contained in:
jhj0517
2024-08-04 18:45:12 +09:00
parent 5341b3b920
commit e735c1c6c8

View File

@@ -1,7 +1,7 @@
@echo off
call venv\scripts\activate
python app.py
python app.py %*
echo "launching the app"
pause