Remove business subreddit from feed

master
Tanner Collin 4 years ago
parent b46ce36c63
commit 0e086b60b8
  1. 2
      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)

Loading…
Cancel
Save