Remove business subreddit from feed

This commit is contained in:
Tanner
2020-08-14 03:55:28 +00:00
parent 1c420cc49d
commit e05aa1c6ee
+1 -1
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)