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