Skip to content

Commit

Permalink
Bump X-User-Agent (#426)
Browse files Browse the repository at this point in the history
The original version is too old. BMW API will give an error: "the App version is too old, please update".
  • Loading branch information
muxiachuixue authored Apr 21, 2022
1 parent b00ef21 commit 3d71a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimmer_connected/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""URLs for different services and error code mapping."""

AUTH_URL = '{gcdm_base_url}/gcdm/oauth/authenticate'
X_USER_AGENT = 'android(v1.07_20200330);{};1.7.0(11152)'
X_USER_AGENT = 'android(v1.07_20200330);{};2.3.0(13603)'

BASE_URL = 'https://{server}'

Expand Down

0 comments on commit 3d71a53

Please sign in to comment.