Use global filter for newswire

main
Bob Mottram 2020-12-19 11:43:20 +00:00
parent 97a5b774d4
commit a7d5c50222
1 changed files with 1 additions and 1 deletions

View File

@ -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: