We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0682cf6 commit dd9082eCopy full SHA for dd9082e
app/dash_app.py
@@ -77,4 +77,4 @@
77
args.host,
78
args.port)
79
# app.run(debug=True, host=args.host, port=args.port)
80
- app.run(debug=True, host=args.host, port=args.port)
+ app.run(debug=False, host=args.host, port=args.port)
0 commit comments