main
Bob Mottram 2020-11-19 17:58:42 +00:00
parent 5ef1be0c37
commit 9e7536b99e
1 changed files with 1 additions and 1 deletions

View File

@ -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]