We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99052c9 commit 4dc04dbCopy full SHA for 4dc04db
1 file changed
app.py
@@ -113,4 +113,4 @@ def ping_all():
113
114
if __name__ == '__main__':
115
print(f"Config file location: {CONFIG_FILE}")
116
- app.run(debug=True, host='0.0.0.0', port=5000)
+ app.run(debug=False, host='0.0.0.0', port=5000)
0 commit comments