From 0e086b60b8377678e58d2916bfcd1e43e1730be0 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 14 Aug 2020 03:55:28 +0000 Subject: [PATCH] Remove business subreddit from feed --- 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 7bd2d16..0ea1963 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, clean -SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+privacy' +SUBREDDITS = 'Economics+Foodforthought+TrueReddit+privacy' SITE_LINK = lambda x : 'https://old.reddit.com{}'.format(x) SITE_AUTHOR_LINK = lambda x : 'https://old.reddit.com/u/{}'.format(x)