diff --git a/pubg_python/domain/telemetry/objects.py b/pubg_python/domain/telemetry/objects.py index da51b88..eb94ff2 100644 --- a/pubg_python/domain/telemetry/objects.py +++ b/pubg_python/domain/telemetry/objects.py @@ -100,6 +100,7 @@ def from_dict(self): self.vehicle_type = self._data.get('vehicleType') self.vehicle_id = self._data.get('vehicleId') self.health_percent = self._data.get('healthPercent') + # TODO: update feulPercent when fixed in API self.fuel_percent = self._data.get('feulPercent') def __str__(self):