mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 01:16:14 +00:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user