Skip to content

Commit

Permalink
Disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Flukas88 authored Aug 2, 2023
1 parent b972e03 commit f3da0e9
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 @@ -40,4 +40,4 @@ def status():


if __name__ == "__main__":
APP.run(debug=True, port=1234)
APP.run(debug=False, port=1234)

0 comments on commit f3da0e9

Please sign in to comment.