ardevd / jlrpy

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

Use correct header object in get_trips() #46

Closed ardevd closed 5 years ago

ardevd commented 5 years ago

When fixing the Accept header field value in get_trips() I forgot to use the updated header object when creating the request. This fixes that embarrasing mistake.