From bb693ba434e18aeb8de7433f025b72124cb59a46 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 7 Nov 2019 22:09:45 +0000 Subject: [PATCH] Add subreddit --- apiserver/feeds/reddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/feeds/reddit.py b/apiserver/feeds/reddit.py index 2bc3f7d..eb05f0c 100644 --- a/apiserver/feeds/reddit.py +++ b/apiserver/feeds/reddit.py @@ -14,7 +14,7 @@ from prawcore.exceptions import PrawcoreException from utils import render_md -SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+technology' +SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+technology+privacy' SITE_LINK = lambda x : 'https://old.reddit.com/{}'.format(x) SITE_AUTHOR_LINK = lambda x : 'https://old.reddit.com/u/{}'.format(x)