mberk / betfairutil

Utility functions for working with Betfair data
MIT License
31 stars 9 forks source link

Debug parameter removed from StreamListener #6

Closed petercoles closed 2 years ago

petercoles commented 2 years ago

The debug parameter was deprecated and then removed from betfairlightweight, causing an error when the read_prices_file is streamed with the latest versions of BFLW.

Ref: https://github.com/liampauling/betfair/commit/b081a51b1d3afb734f370eaa6b4878f40f2cacbb

mberk commented 2 years ago

This is fixed in the next release: b1af45ca9deca3ce6c95401576f077b70421f1b7

mberk commented 2 years ago

You can install the upcoming release as follows:

pip install git+https://github.com/mberk/betfairutil.git@release-0.0.3#egg=betfairutil[files]
petercoles commented 2 years ago

Noted. Thanks.