sarumont / py-trello

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

Issues with checklist's items when name is duplicated #325

Closed fabouru1985 closed 1 year ago

fabouru1985 commented 4 years ago

https://github.com/sarumont/py-trello/blob/f04b8038230d7eb13c3ae65937a89795c6f4f655/trello/checklist.py#L125

When you have two checklist items with the same name, return None...so, none operation works

martineliascz commented 3 years ago

Same issue here. Pls fix.