Skip to content

Commit

Permalink
Refactor debug mode in flask_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Koon-Kiat committed Oct 25, 2024
1 parent 546f82d commit fec7fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def favicon():


if __name__ == "__main__":
app.run(debug=True)
app.run(debug=False)

0 comments on commit fec7fe6

Please sign in to comment.