Skip to content

Commit

Permalink
Add User-agent string to base headers (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
DurgNomis-drol committed Dec 7, 2022
1 parent 24122a8 commit 0211ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mytoyota/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"Accept": "application/json, text/plain, */*",
"Sec-Fetch-Dest": "empty",
"X-TME-BRAND": "TOYOTA",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36",
}

# Timestamps
Expand Down

0 comments on commit 0211ba1

Please sign in to comment.