Why rename them

nopraw
David Trail 13 years ago
parent 2acb28508f
commit d835207744

@ -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:

Loading…
Cancel
Save