DC23 / scriptabit

Python scripting for Habitica
Apache License 2.0
8 stars 4 forks source link

Fix bug for trello cards with no labels (trello returns None) #54

Open luqiang21 opened 4 years ago

luqiang21 commented 4 years ago

Currently, if a card has no labels, self.__card.labels is None not [] which throws error.