forked from tanner/qotnews
Remove technology subreddit
This commit is contained in:
parent
595f469b4a
commit
a4cf719cb8
|
@ -14,9 +14,9 @@ from prawcore.exceptions import PrawcoreException
|
|||
|
||||
from utils import render_md, clean
|
||||
|
||||
SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+technology+privacy'
|
||||
SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+privacy'
|
||||
|
||||
SITE_LINK = lambda x : 'https://old.reddit.com/{}'.format(x)
|
||||
SITE_LINK = lambda x : 'https://old.reddit.com{}'.format(x)
|
||||
SITE_AUTHOR_LINK = lambda x : 'https://old.reddit.com/u/{}'.format(x)
|
||||
|
||||
reddit = praw.Reddit('bot')
|
||||
|
|
Loading…
Reference in New Issue
Block a user