We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db50fc6 commit 3402c96Copy full SHA for 3402c96
app.py
@@ -357,4 +357,4 @@ def page_not_found(e):
357
app.run(
358
host=os.environ.get("IP"),
359
port=int(os.environ.get("PORT")),
360
- debug=True)
+ debug=False)
0 commit comments