Skip to content

Commit

Permalink
Update controller.py (DurgNomis-drol#151)
Browse files Browse the repository at this point in the history
Toyota recently started to require this header.

Fixes: DurgNomis-drol#152
  • Loading branch information
DurgNomis-drol authored and joro75 committed Mar 27, 2022
1 parent 58cce44 commit 839494e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mytoyota/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ async def request( # pylint: disable=too-many-branches
"X-TME-LC": self._locale,
"X-TME-LOCALE": self._locale,
"X-TME-TOKEN": self._token,
"X-TME-APP-VERSION": "4.4.0",
}
)

Expand Down

0 comments on commit 839494e

Please sign in to comment.