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