bibanon / BASC-py4chan

Python wrapper for 4chan API. The BA's vastly improved fork of Edgeworth's original.
http://basc-py4chan.readthedocs.org/en/latest/index.html
Do What The F*ck You Want To Public License
55 stars 13 forks source link

Fetching board metadata always results in a TypeError #11

Closed irlittz closed 9 years ago

irlittz commented 9 years ago

When accessing any property of a Board instance that uses the _get_metadata method a TypeError is raised. This is because in _fetch_boards_metadata the function tries to use the Url class' board_list method -- and while it is marked as a staticmethod it still expects the self-argument, which will never be provided by the calling code.