Merge branch 'master' into develop

This commit is contained in:
Florian BEZANNIER
2021-07-01 19:54:01 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ labels: Car_model
assignees: ''
---
<!--- please look at https://github.com/flobz/psa_car_controller/blob/master/FAQ.md before create an issue -->
I have a "Can't get car model" error.
Information to add my car model to the app:
- Brand:
+2 -2
View File
@@ -23,7 +23,7 @@ config_layout = dbc.Row(dbc.Col(className="col-md-12 col-lg-2 ml-2", children=[
options=[
{"label": "Peugeot", "value": "com.psa.mym.mypeugeot"},
{"label": "Opel", "value": "com.psa.mym.myopel"},
{"label": "Cirtroën", "value": "com.psa.mym.citroen"},
{"label": "Citroën", "value": "com.psa.mym.citroen"},
{"label": "DS", "value": "com.psa.mym.myds"},
{"label": "Vauxhall", "value": "com.psa.mym.myvauxhall"}
],
@@ -180,4 +180,4 @@ def finishOtp(n_clicks, code_pin, sms_code): # pylint: disable=unused-argument
except Exception as e:
res = str(e)
return dbc.Alert(res, color="danger")
raise PreventUpdate()
raise PreventUpdate()