poppu-mtg / StackIt

Python script generating a column-shaped TCG decklist based on cropped captions of each card's art.
MIT License
14 stars 6 forks source link

Creating mtg visual decklist fails with `KeyError: 'image_uri'` #74

Closed bakert closed 6 years ago

bakert commented 6 years ago

This is due to a scryfall api change.

We now want:

blob['image_uris']['large']
bakert commented 6 years ago

Fixed in #76 which requires a merge.