betcode-org / betfair

betfairlightweight - Betfair API-NG python wrapper (with streaming)
MIT License
428 stars 148 forks source link

missing argument 'active' in update_cache #438

Closed kwassmuss closed 2 years ago

kwassmuss commented 2 years ago

Hi, I got the error File "betfairlightweight/streaming/cache.py", line 585, in update_cache TypeError: update() missing 1 required positional argument: 'active'

after upgrading bflw to v2.15.1.

I believe self.active should be an argument in line 585 and 587. I will try to create a pull request.

liampauling commented 2 years ago

Yes you are correct, missed this as I don't use mb/ml although we must also be missing test coverage on that part of the code...