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

fix: getchildren() is deprecated #4

Closed MatyiFKBT closed 2 years ago

MatyiFKBT commented 2 years ago

This fixes #3.

crustymonkey commented 2 years ago

Thanks for the pull request, I rolled this in.