diff --git a/scrython/cards/search.py b/scrython/cards/search.py index 1458a6d..cb77eb0 100644 --- a/scrython/cards/search.py +++ b/scrython/cards/search.py @@ -120,6 +120,8 @@ class Search(FoundationObject): super(Search, self)._checkForTupleKey('data', index, key) return self.scryfallJson['data'][index][key] + return self.scryfallJson['data'][index] + return self.scryfallJson['data'] def next_page(self):