Closed sankethkatta closed 6 years ago
The main change is this in vehicle.py:
vehicle.py
- 'unit_system': self.api.unit, + 'unit_system': response.headers['sc-unit-system'],
The header was previously being pulled from the self not the response header.
self
The main change is this in
vehicle.py
:The header was previously being pulled from the
self
not the response header.