sarumont / py-trello

Python API wrapper around Trello's API
BSD 3-Clause "New" or "Revised" License
945 stars 330 forks source link

fetching comments, no badges #257

Closed angsm closed 5 years ago

angsm commented 6 years ago

Hi,

May I know what are badges? In the "fetch_comments" function in card.py, I can't seem to get any comments back as "(self.badges['comments'] > 0)" is not fulfilled.

angsm commented 6 years ago

I used force=True to bypass it. But I still want to know what badges are and how they can be added though.

sarumont commented 5 years ago

Should be fixed by the above PR. Thanks, @delucks!