commit | 562b7312cffd307e2eb98f7623914fc5e05fb9ac | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Sep 15 09:06:38 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Sep 15 09:06:38 2011 -0400 |
tree | 7404dbd791ca942f75505d3510894e7e0c34f99f | |
parent | 85964c56b32593e6910d39a95029d6260cd28f37 [diff] [blame] |
Stage 1 conversion to JSON for storing Credentials. Reviewed in http://codereview.appspot.com/4972065/
diff --git a/samples/prediction/prediction.py b/samples/prediction/prediction.py index 3ffa974..1227019 100644 --- a/samples/prediction/prediction.py +++ b/samples/prediction/prediction.py
@@ -109,7 +109,7 @@ # Start training on a data set train = service.training() - body = {'id' : FLAGS.object_name} + body = {'id': FLAGS.object_name} start = train.insert(body=body).execute() print 'Started training'