Skip to content

Commit

Permalink
Merge pull request #203 from reisfni/master
Browse files Browse the repository at this point in the history
Update audi_services.py
  • Loading branch information
arjenvrh authored Feb 1, 2024
2 parents b693a26 + eaa7bef commit 2f34574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/audi_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ async def get_vehicle_information(self):
}
req_rsp, rep_rsptxt = await self._api.request(
"POST",
"https://app-api.live-my.audi.com/vgql/v1/graphql",
"https://app-api.my.aoa.audi.com/vgql/v1/graphql",
json.dumps(req_data),
headers=headers,
allow_redirects=False,
Expand Down

0 comments on commit 2f34574

Please sign in to comment.