Skip to content

Commit

Permalink
Adding an example with flask
Browse files Browse the repository at this point in the history
  • Loading branch information
Macktireh committed Sep 29, 2024
1 parent 349b2eb commit 77a5f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flask_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ def sign_in_with_github() -> str:


if __name__ == "__main__":
app.run(debug=os.environ.get("DEBUG", False), host="localhost", port=5000)
app.run(debug=os.environ.get("DEBUG", True), host="localhost", port=5000)

0 comments on commit 77a5f9f

Please sign in to comment.