Skip to content

Commit

Permalink
Update vehicle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian authored Jun 30, 2022
1 parent e4a23f9 commit cbe9179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectedcar/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def capability(self):
"""

response = self.api.get(
const.USER_URL, 'capability/v1/vehicles/' + self.vehicle_id)
const.USER_URL, 'capability/v5/vehicles/' + self.vehicle_id)
return response.json()

def recall_status(self):
Expand Down

0 comments on commit cbe9179

Please sign in to comment.