forked from indymedia/epicyon
Comments
parent
a8365bfaea
commit
04ab7c67d8
|
@ -80,6 +80,8 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
|
|||
tagSwarm = []
|
||||
domainHistogram = {}
|
||||
|
||||
# Load the blocked hashtags into memory.
|
||||
# This avoids needing to repeatedly load the blocked file for each hashtag
|
||||
blockedStr = ''
|
||||
globalBlockingFilename = baseDir + '/accounts/blocking.txt'
|
||||
if os.path.isfile(globalBlockingFilename):
|
||||
|
|
Loading…
Reference in New Issue