Suppress callback exceptions
This commit is contained in:
@@ -56,6 +56,7 @@ DATA = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
||||||
|
app.config.suppress_callback_exceptions = True
|
||||||
|
|
||||||
app.layout = dbc.Container([
|
app.layout = dbc.Container([
|
||||||
html.H1("CAN Bus Analyzer", className="my-4"),
|
html.H1("CAN Bus Analyzer", className="my-4"),
|
||||||
|
|||||||
Reference in New Issue
Block a user