Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New endpoints from 20 December #74

Open
turkeyphant opened this issue Nov 27, 2018 · 1 comment
Open

New endpoints from 20 December #74

turkeyphant opened this issue Nov 27, 2018 · 1 comment

Comments

@turkeyphant
Copy link

I presume the following in betfair.py needs to be changed to accommodate this?

IDENTITY_URLS = collections.defaultdict(
    lambda: 'https://identitysso.betfair.com/api/',
    italy='https://identitysso.betfair.it/api/',
)

@Taqas
Copy link

Taqas commented Jul 5, 2020

I presume the following in betfair.py needs to be changed to accommodate this?

IDENTITY_URLS = collections.defaultdict(
    lambda: 'https://identitysso.betfair.com/api/',
    italy='https://identitysso.betfair.it/api/',
)

You are right, it should be

IDENTITY_URLS = collections.defaultdict(
lambda: 'https://identitysso-cert.betfair.com/api/',
italy='https://identitysso-cert.betfair.it/api/',
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants