Skip to content

Commit

Permalink
locale for new_zealand
Browse files Browse the repository at this point in the history
  • Loading branch information
j committed Jan 10, 2025
1 parent 02121a0 commit 24b1ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions betfairlightweight/baseclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BaseClient:
italy=IDENTITY.format(tld=".it"),
romania=IDENTITY.format(tld=".ro"),
sweden=IDENTITY.format(tld=".se"),
australia=IDENTITY.format(tld=".com.au"),
new_zealand=IDENTITY.format(tld=".com.au"),
)

IDENTITY_CERT_URLS = collections.defaultdict(
Expand All @@ -41,7 +41,7 @@ class BaseClient:

API_URLS = collections.defaultdict(
lambda: API.format(tld=".com"),
australia=API.format(tld=".com.au"),
new_zealand=API.format(tld=".com.au"),
)

NAVIGATION_URLS = collections.defaultdict(
Expand Down

0 comments on commit 24b1ce7

Please sign in to comment.