From a7d5c5022278461d6bb0f6b6b2f0c5cf85bc1448 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Dec 2020 11:43:20 +0000 Subject: [PATCH] Use global filter for newswire --- newswire.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newswire.py b/newswire.py index 9b60041b..88c71fb2 100644 --- a/newswire.py +++ b/newswire.py @@ -110,7 +110,7 @@ def addNewswireDictEntry(baseDir: str, domain: str, allText = title + ' ' + description # check that none of the text is filtered against - if isFiltered(baseDir, 'news', domain, allText): + if isFiltered(baseDir, None, None, allText): return if tags is None: