From e1e0669fcad473e00f6a5fd397e8de65da208d4d Mon Sep 17 00:00:00 2001 From: OneNewDev Date: Sat, 28 May 2022 15:47:13 +0200 Subject: [PATCH] add on word to excluded words --- exclude.py | 1 + 1 file changed, 1 insertion(+) diff --git a/exclude.py b/exclude.py index 7e69009..438cd39 100644 --- a/exclude.py +++ b/exclude.py @@ -88,6 +88,7 @@ EXCLUDED_WORDS = { "über", # Englische wörter "and", + "about", "in", "more", "much",