Merge pull request #24 from robhawkins/master

changed `_thing_prefix['Link']='t3_'` to `_thing_prefix['Submission']…
This commit is contained in:
David Marx
2018-07-24 17:30:40 -07:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ class PushshiftAPIMinimal(object):
_thing_prefix = {
'Comment':'t1_',
'Account':'t2_',
'Link':'t3_',
'Submission':'t3_',
'Message':'t4_',
'Subreddit':'t5_',
'Award':'t6_'