Skip to content

Commit

Permalink
Rename bus info to follow ithaca-transit-backend naming convention (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanna-zhou authored Apr 6, 2020
1 parent 6187121 commit 829d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicles.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def parse_protobuf(rq):
speed = entity.vehicle.position.speed
entity_dict[vehicle_id] = {
"bearing": bearing,
"congestion_level": congestion_level,
"congestionLevel": congestion_level,
"latitude": latitude,
"longitude": longitude,
"routeID": route_id,
Expand Down

0 comments on commit 829d3f0

Please sign in to comment.