Suppress callback references

This commit is contained in:
2026-07-22 17:53:35 +02:00
parent 4bd0c60d2d
commit e35c56c67a
+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"),