Fix default reddit source ttl type

This commit is contained in:
Tim Van Baak 2020-12-31 20:07:51 -08:00
parent 0172d5b70e
commit 5b675acd28
1 changed files with 1 additions and 1 deletions

View File

@ -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