Skip to content

Commit

Permalink
Fix quart start command (microsoft#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-widder authored Feb 7, 2024
1 parent 2463733 commit 16c9354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd ..
echo ""
echo "Starting backend"
echo ""
./.venv/bin/python -m quart run --port=50505 --host=127.0.0.1 --reload --debug
./.venv/bin/python -m quart run --port=50505 --host=127.0.0.1 --reload
if [ $? -ne 0 ]; then
echo "Failed to start backend"
exit $?
Expand Down

0 comments on commit 16c9354

Please sign in to comment.