halcy / Mastodon.py

Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API.
MIT License
876 stars 150 forks source link

fix(poll): Add return statement for poll_vote function. #343

Closed jkrperson closed 1 year ago

jkrperson commented 1 year ago

Adds a return statement for poll_vote function in reference to issue #342

halcy commented 1 year ago

Thank you so much! Ignore the test failure, that‘s for a different reason.