sarumont / py-trello

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

Update card.py - try without except #317

Closed dgranuzzo closed 4 years ago

dgranuzzo commented 4 years ago

line 583 has a try: without an except: Include an except or remove the try I included the except: with a pass