Skip to content

Commit

Permalink
📝 add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
glmn committed Sep 16, 2019
1 parent 78cb9a9 commit 9f738dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubg_python/domain/telemetry/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9f738dd

Please sign in to comment.