diff --git a/apiserver/feeds/reddit.py b/apiserver/feeds/reddit.py index 7162ab0..7bd2d16 100644 --- a/apiserver/feeds/reddit.py +++ b/apiserver/feeds/reddit.py @@ -14,9 +14,9 @@ from prawcore.exceptions import PrawcoreException from utils import render_md, clean -SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+technology+privacy' +SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+privacy' -SITE_LINK = lambda x : 'https://old.reddit.com/{}'.format(x) +SITE_LINK = lambda x : 'https://old.reddit.com{}'.format(x) SITE_AUTHOR_LINK = lambda x : 'https://old.reddit.com/u/{}'.format(x) reddit = praw.Reddit('bot')