From 6642754d97066b755430d7a49858e79e70b24fa4 Mon Sep 17 00:00:00 2001 From: Holly Date: Tue, 16 Mar 2021 21:07:37 +0000 Subject: [PATCH] this typo wasn't causing problems because we use fuzzy matching anyway but it is still a typo --- mtgcardlookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtgcardlookup.py b/mtgcardlookup.py index 769c7c3..3d5f0b1 100755 --- a/mtgcardlookup.py +++ b/mtgcardlookup.py @@ -108,7 +108,7 @@ async def get_cards(card_names): name = re.sub(r'<.*?>', '', name).strip() try: if len(name) > 141: - c = scrython.cards.Named(fuzzy='Our Market Research Shows That Players Like Really Long Card Names So We Make This Card to Have The Absolute Longest Card Name Ever Elemental') + c = scrython.cards.Named(fuzzy='Our Market Research Shows That Players Like Really Long Card Names So We Made this Card to Have the Absolute Longest Card Name Ever Elemental') elif len(name) == 0: c = scrython.cards.Named(fuzzy='_____') else: