From e35c56c67ab56cbd906c8abfe836a5774db77200 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Wed, 22 Jul 2026 17:53:35 +0200 Subject: [PATCH] Suppress callback references --- 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"),