fix webworm dates.

This commit is contained in:
Jason Schwarzenberger
2020-11-03 10:31:14 +13:00
parent f23bf628e0
commit 0d6a86ace2
2 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ OUTLINE_API = 'https://api.outline.com/v3/parse_article'
READ_API = 'http://127.0.0.1:33843'
INVALID_DOMAINS = ['youtube.com', 'bloomberg.com', 'wsj.com']
TWO_DAYS = 60*60*24*10
TWO_DAYS = 60*60*24*2
def list():
feed = []