diff --git a/morss/morss.py b/morss/morss.py index f8d6d31..9abd683 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -353,7 +353,7 @@ def Fill(item, cache, options, feedurl='/', fast=False): content = cache.get(link) match = re.search(r'^error-([a-z]{2,10})$', content) if match: - if cache.age(link) > DELAY: + if cache.age(link) < DELAY: log('cached error: %s' % match.groups()[0]) return True else: