Rolv-Arild / python-ballchasing

Python wrapper for the ballchasing.com API
MIT License
17 stars 6 forks source link

Fix deep get_group_replays #2

Closed mellena1 closed 3 years ago

mellena1 commented 3 years ago

I just recently started using your library and found a bug (or at the very least, unexpected behavior). When using get_group_replays, the deep argument currently does not get passed down the recursive calls for child groups. This PR fixes that behavior (all child replays retrieved will be using the parent's deep argument).