Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwulf authored Mar 22, 2023
1 parent cfbed7d commit 0efd3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -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
fi

0 comments on commit 0efd3fc

Please sign in to comment.