Remove business subreddit from feed

This commit is contained in:
Tanner Collin 2020-08-14 03:55:28 +00:00
parent b46ce36c63
commit 0e086b60b8

View File

@ -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)