Skip to content

Commit

Permalink
Merge pull request #4 from Nth-Times-The-Charm/3-fix-code-scanning-al…
Browse files Browse the repository at this point in the history
…ert-flask-app-is-run-in-debug-mode

Fixed Issue
  • Loading branch information
Om-Mishra7 authored Sep 27, 2023
2 parents 0209694 + 18aecfa commit 5f68404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ def verify_domain():
return redirect(url_for("organization_signup"))

if __name__ == "__main__":
app.run(host="0.0.0.0", port=7777, debug=True)
app.run(host="0.0.0.0", port=7777, debug=False)

0 comments on commit 5f68404

Please sign in to comment.