diff --git a/inquisitor/templates.py b/inquisitor/templates.py index b33f62d..42c5e75 100644 --- a/inquisitor/templates.py +++ b/inquisitor/templates.py @@ -194,7 +194,7 @@ class RedditScraper: return tags def get_ttl(self, post): - return 60 * 60 * 24 * 7, # 1 week + return 60 * 60 * 24 * 7 # 1 week def get_ttd(self, post): return None