Skip to content

Commit

Permalink
Fix automatic merge issues of #225 for china login (#228)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md (#226)
* Fix merge issue for china login

Co-authored-by: Gerard <gerard33@users.noreply.github.com>
  • Loading branch information
rikroe and gerard33 committed Nov 3, 2020
1 parent 0bfda10 commit e79972d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bimmer_connected/account.py
Expand Up @@ -78,10 +78,10 @@ def _get_oauth_token(self) -> None:
"Connection": "Keep-Alive",
"Host": urllib.parse.urlparse(url).netloc,
"Accept-Encoding": "gzip",
"Authorization": "Basic ZDc2NmI1MzctYTY1NC00Y2JkLWEzZGMtMGNhNTY3MmQ3ZjhkOjE1"
"ZjY5N2Y2LWE1ZDUtNGNhZC05OWQ5LTNhMTViYzdmMzk3Mw==",
"Authorization": "Basic blF2NkNxdHhKdVhXUDc0eGYzQ0p3VUVQOjF6REh4NnVuNGNEanli"
"TEVOTjNreWZ1bVgya0VZaWdXUGNRcGR2RFJwSUJrN3JPSg==",
"Credentials": "nQv6CqtxJuXWP74xf3CJwUEP:1zDHx6un4cDjybLENN3kyfumX2kEYigWPcQpdvDRpIBk7rOJ",
"User-Agent": "okhttp/3.12.2",
"User-Agent": "okhttp/2.60",
}

# we really need all of these parameters
Expand Down

0 comments on commit e79972d

Please sign in to comment.