diff --git a/run.sh b/run.sh index 681862c..7ff47fe 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #!/bin/bash -if [[ $1 == "test" ]]; then +if [[ $1 == "debug" ]]; then flask --app py3 --debug run else flask --app py3 run -fi \ No newline at end of file +fi