MagicTheGathering / mtg-sdk-python

Magic: The Gathering SDK - Python
MIT License
262 stars 45 forks source link

Some of the Card properties don't work #30

Open octopusprime314 opened 5 years ago

octopusprime314 commented 5 years ago

I tried to filter a search based on the Card property reserved and I am seeing AttributeError: 'Card' object has no attribute 'reserved. Other properties like cmc, name and rarity work without any issues.