Skip to content

Commit

Permalink
temporarily stopped debug = True for some security reason
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunRaghav3699 authored Sep 23, 2023
1 parent d59dfc3 commit a253999
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 @@ -272,4 +272,4 @@ def signup():


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

0 comments on commit a253999

Please sign in to comment.