|
|
|
@ -36,8 +36,8 @@ while True:
|
|
|
|
|
if 'id' in child_data:
|
|
|
|
|
datum.append({
|
|
|
|
|
'id': child_data[u'id'],
|
|
|
|
|
'date': child_data['created'],
|
|
|
|
|
'text': child_data['body'],
|
|
|
|
|
'created': child_data['created'],
|
|
|
|
|
'body': child_data['body'],
|
|
|
|
|
'subreddit': child_data['subreddit']})
|
|
|
|
|
|
|
|
|
|
if after == None:
|
|
|
|
|