MagicTheGathering / mtg-sdk-python

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

Brothers War #38

Open gmanik opened 1 year ago

gmanik commented 1 year ago

Using this to get the cards from brothers war -

cards = Card.where(set='BRO').all()

but coming back

cards = [ ]

Tried lowercase found BRO from your Set.name

Any help appreciated

angelcastrejon commented 8 months ago

It appears that this issue has been resolved for 'BRO'.

I am getting an empty list with Card.where(set='AAFR').all().

Tried lowercase with no success.

Any help is appreciated.