diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index c34d7eb0..552f8045 100644 --- a/webapp_hashtagswarm.py +++ b/webapp_hashtagswarm.py @@ -93,7 +93,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str: # check if the file was last modified within the previous # two days - if fileDaysSinceEpoch >= recently: + if fileDaysSinceEpoch < recently: continue hashTagName = f.split('.')[0]