From d4536a9dd8bb7c1f672740c3ed4f740b6de24dce Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 21 Nov 2020 13:33:50 +0000 Subject: [PATCH] Invert logic --- webapp_hashtagswarm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index c34d7eb00..552f8045d 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]