jmcarp / betfair.py

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

Fix account methods not returning values #54

Closed petedmarsh closed 7 years ago

petedmarsh commented 9 years ago

These methods made an API call and assigned the result to a variable but didn't return anything, the functions would always return None.