From 9f47f053eb84a41be6413eb6847f31f5db418e9f Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Mon, 16 Mar 2026 21:17:08 +0100 Subject: [PATCH] chore: remove warning --- psa_car_controller/web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psa_car_controller/web/app.py b/psa_car_controller/web/app.py index cdc117b..f10b82c 100644 --- a/psa_car_controller/web/app.py +++ b/psa_car_controller/web/app.py @@ -80,7 +80,7 @@ def config_flask(title, base_path, debug: bool, host, port, reloader=False, dash_app = DashCustom(external_stylesheets=[dbc.themes.BOOTSTRAP, dbc.icons.BOOTSTRAP], external_scripts=locale_url, title=title, server=app, requests_pathname_prefix=requests_pathname_prefix, - suppress_callback_exceptions=True, serve_locally=False) + suppress_callback_exceptions=True) dash_app.enable_dev_tools(debug) app.wsgi_app = MyProxyFix(dash_app) # keep this line