Skip to content

Commit

Permalink
Merge pull request #2 from Nth-Times-The-Charm/TarunRaghav3699-patch-1
Browse files Browse the repository at this point in the history
temporarily stopped debug = True for some security reason
  • Loading branch information
TarunRaghav3699 authored Sep 23, 2023
2 parents d59dfc3 + a253999 commit d17ea3d
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 d17ea3d

Please sign in to comment.