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
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