Invert logic

main
Bob Mottram 2020-11-21 13:33:50 +00:00
parent 31fee182f9
commit d4536a9dd8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
# check if the file was last modified within the previous # check if the file was last modified within the previous
# two days # two days
if fileDaysSinceEpoch >= recently: if fileDaysSinceEpoch < recently:
continue continue
hashTagName = f.split('.')[0] hashTagName = f.split('.')[0]