mirror of https://gitlab.com/bashrc2/epicyon
Use global filter for newswire
parent
97a5b774d4
commit
a7d5c50222
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue