ardevd / jlrpy

Python library for interacting with the JLR Remote Car API
MIT License
85 stars 28 forks source link

Old auth is sent with requests after authentication update. #88

Closed ardevd closed 2 years ago

ardevd commented 3 years ago

Currently, a request with expired authentication is sent despite new authentication being retrieved first due to the fact that the request headers are not updated.