Remove hash

main
Bob Mottram 2020-10-17 15:42:23 +01:00
parent 96221bf86c
commit c536a8a0c8
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def addNewswireDictEntry(baseDir: str, newswire: {}, dateStr: str,
newswireItemBlocked = False
if tags:
for tag in tags:
if isBlockedHashtag(baseDir, tag):
if isBlockedHashtag(baseDir, tag.replace('#', '')):
newswireItemBlocked = True
break
if not newswireItemBlocked: