mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
flask allow all origin
This commit is contained in:
@@ -35,6 +35,7 @@ class ChargeControls:
|
||||
for vin, el in chd.items():
|
||||
charge_control_list.list[vin] = ChargeControl(psacc,vin,**el)
|
||||
return charge_control_list
|
||||
|
||||
def get(self,vin):
|
||||
try:
|
||||
return self.list[vin]
|
||||
|
||||
Reference in New Issue
Block a user