Suppress callback exceptions

This commit is contained in:
2026-07-22 18:16:43 +02:00
parent 02e46ddf0b
commit 93e0e3f648
+1
View File
@@ -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"),