From d835207744c69581fe0a09b84506a007ec87e672 Mon Sep 17 00:00:00 2001 From: David Trail Date: Sun, 18 Mar 2012 16:01:01 +0100 Subject: [PATCH] Why rename them --- grab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grab.py b/grab.py index ceea6ae..83108d1 100755 --- a/grab.py +++ b/grab.py @@ -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: