Fix the bug that CLI argument was not affecting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
call venv\scripts\activate
|
||||
python app.py
|
||||
python app.py %*
|
||||
|
||||
echo "launching the app"
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user