示例#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()