Skip to content

Commit

Permalink
minor update of example (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Agentscreech authored Dec 26, 2021
1 parent 7b00ad4 commit 176e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vehicle-info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
for userVehicle in vehicles: # For each user vehicle
vehicle = connectedcar.Vehicle(
userVehicle['vin'], access['access_token']) # Create vehicle object
print(vehicle.info()) # Return vehicle info
print(vehicle.details()) # Print vehicle details in json format

0 comments on commit 176e199

Please sign in to comment.