Пример #1
0
def redditSub(sub):
	from reddit.worker import Reddit
	r = Reddit()
	r.subredditComments(sub)
Пример #2
0
def redditAll():
	from reddit.worker import Reddit
	r = Reddit()
	r.allComments()