From 93e0e3f64828fa0bfc4200c686cb1ce4e0018722 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 22 Jul 2026 18:16:43 +0200 Subject: [PATCH] Suppress callback exceptions --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 9d16086..d5c8d84 100644 --- a/main.py +++ b/main.py @@ -56,6 +56,7 @@ DATA = { } app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP]) +app.config.suppress_callback_exceptions = True app.layout = dbc.Container([ html.H1("CAN Bus Analyzer", className="my-4"),