jmcarp / betfair.py

A Python wrapper for the Betfair API
MIT License
103 stars 76 forks source link

Problem running example. #50

Closed minimumnz closed 9 years ago

minimumnz commented 9 years ago

I can login, however when run this line: event_types = client.list_event_types(MarketFilter(text_query='tennis'))

I get this error: python2.7/site-packages/betfair/utils.py", line 109, in make_payload 'method': '{base}APING/v1.0/{endpoint}'.format(**locals()), KeyError: 'endpoint'

petedmarsh commented 9 years ago

This was just fixed in #49