Skip to content

Commit

Permalink
Merge pull request #7 from snavid/revert-6-snavid-patch-1
Browse files Browse the repository at this point in the history
Revert "Update main.py"
  • Loading branch information
snavid authored Oct 25, 2023
2 parents 8618266 + a7bc891 commit 1658dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

app = create_app()
if __name__ == "__main__":
app.debug = True
app.debug = False
app.run(host='127.0.0.1', port="8000")

0 comments on commit 1658dc2

Please sign in to comment.