Skip to content

Commit 6c74252

Browse files
committed
🔒 keep debug=False as the default
1 parent d81ee17 commit 6c74252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,6 @@ def _setup_server(self):
539539

540540
def run_server(self,
541541
port=8050,
542-
debug=True,
542+
debug=False,
543543
**flask_run_options):
544544
self.server.run(port=port, debug=debug, **flask_run_options)

0 commit comments

Comments
 (0)