Skip to content

Commit 3402c96

Browse files
committed
APP.PY: debug set to false
1 parent db50fc6 commit 3402c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,4 @@ def page_not_found(e):
357357
app.run(
358358
host=os.environ.get("IP"),
359359
port=int(os.environ.get("PORT")),
360-
debug=True)
360+
debug=False)

0 commit comments

Comments
 (0)