We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449865d commit 0a78fdeCopy full SHA for 0a78fde
app/main.py
@@ -360,4 +360,4 @@ def create_admin():
360
app = create_app()
361
362
if __name__ == '__main__':
363
- app.run(host='0.0.0.0', port=5000, debug=True)
+ app.run(host='0.0.0.0', port=5000)
0 commit comments