Fix default reddit source ttl type
This commit is contained in:
parent
0172d5b70e
commit
5b675acd28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue