Skip to content

Commit 4dc04db

Browse files
authored
Disable debug mode in app.run
1 parent 99052c9 commit 4dc04db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ def ping_all():
113113

114114
if __name__ == '__main__':
115115
print(f"Config file location: {CONFIG_FILE}")
116-
app.run(debug=True, host='0.0.0.0', port=5000)
116+
app.run(debug=False, host='0.0.0.0', port=5000)

0 commit comments

Comments
 (0)