Skip to content

Commit

Permalink
Add sitekey to const
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Nov 1, 2024
1 parent bf24684 commit 0d71844
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bimmer_connected/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ class Regions(str, Enum):
Regions.REST_OF_WORLD: "NGYxYzg1YTMtNzU4Zi1hMzdkLWJiYjYtZjg3MDQ0OTRhY2Zh",
}

HCAPTCHA_SITE_KEYS = {
Regions.NORTH_AMERICA: "dc24de9a-9844-438b-b542-60067ff4dbe9",
"_": "10000000-ffff-ffff-ffff-000000000001",
}

APP_VERSIONS = {
Regions.NORTH_AMERICA: "4.9.2(36892)",
Regions.REST_OF_WORLD: "4.9.2(36892)",
Expand Down

0 comments on commit 0d71844

Please sign in to comment.