forked from indymedia/epicyon
Remove hash
parent
96221bf86c
commit
c536a8a0c8
|
@ -87,7 +87,7 @@ def addNewswireDictEntry(baseDir: str, newswire: {}, dateStr: str,
|
||||||
newswireItemBlocked = False
|
newswireItemBlocked = False
|
||||||
if tags:
|
if tags:
|
||||||
for tag in tags:
|
for tag in tags:
|
||||||
if isBlockedHashtag(baseDir, tag):
|
if isBlockedHashtag(baseDir, tag.replace('#', '')):
|
||||||
newswireItemBlocked = True
|
newswireItemBlocked = True
|
||||||
break
|
break
|
||||||
if not newswireItemBlocked:
|
if not newswireItemBlocked:
|
||||||
|
|
Loading…
Reference in New Issue