mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 08:56:29 +00:00
Fix indentation in control.py for tabs children
This commit is contained in:
committed by
Florian BEZANNIER
parent
1c118170f8
commit
38fab4df1c
@@ -88,5 +88,5 @@ def get_control_tabs(config):
|
||||
return dbc.Tabs(
|
||||
id="control-tabs",
|
||||
active_tab="tab-" + config.myp.vehicles_list[0].vin,
|
||||
children=tabs,
|
||||
children=tabs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user