forked from indymedia/epicyon
Invert logic
parent
31fee182f9
commit
d4536a9dd8
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue