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