From 83386fd2a34fccd5546323fec6f4ef32bfd8b022 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 4 Nov 2019 20:52:19 +0000 Subject: [PATCH] Test for = --- content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.py b/content.py index 4610cab84..7dc8d308e 100644 --- a/content.py +++ b/content.py @@ -251,7 +251,7 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str: for wordStr in longWordsList: if wordStr.startswith('<'): continue - if '=\"' in wordStr: + if '=' in wordStr: continue if 'https:' in wordStr: continue