From e8b225df6a5d7fb27e3d16606a8299a73a29875f Mon Sep 17 00:00:00 2001 From: Holly McFarland Date: Tue, 9 Mar 2021 12:56:48 -0500 Subject: [PATCH] Don't push your commits without testing, kids. I don't care if you were just swapping a couple variable names around. You will miss something. --- mtgcardlookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtgcardlookup.py b/mtgcardlookup.py index 0ea7aeb..5a4b4dc 100755 --- a/mtgcardlookup.py +++ b/mtgcardlookup.py @@ -130,7 +130,7 @@ async def get_cards(card_names): else: images = None - return cards, images + return responses, images async def update_followers(c, me): log('Updating followed accounts...')