forked from indymedia/epicyon
simplify
parent
5ef1be0c37
commit
9e7536b99e
|
@ -113,7 +113,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
|
|||
postDaysSinceEpoch = int(postDaysSinceEpochStr)
|
||||
if postDaysSinceEpoch < daysSinceEpoch - 1:
|
||||
break
|
||||
elif postDaysSinceEpoch >= daysSinceEpoch -1:
|
||||
else:
|
||||
postUrl = sections[2]
|
||||
if '##' in postUrl:
|
||||
postDomain = postUrl.split('##')[1]
|
||||
|
|
Loading…
Reference in New Issue