crustymonkey / py-bgg

A simple Board Game Geek (boardgamegeek.com) API library in Python. This mainly just handles the API calls and converts the XML to representative dict/list format
GNU General Public License v2.0
30 stars 8 forks source link

[v1] get_game() error #5

Closed MatyiFKBT closed 2 years ago

MatyiFKBT commented 2 years ago

When I try to call the get_game() function I get the following error:

TypeError: call() missing 1 required positional argument: 'call_dict'

I think it's because the call() method has been changed in BaseAPI since v1, and broke this function.

I've created a quick fix.