diff --git a/index.html b/index.html index 7022454ce53e..8bdb817e241e 100755 --- a/index.html +++ b/index.html @@ -102,7 +102,6 @@
from gcloud import datastore
-datastore.set_defaults()
product_key = datastore.Key('Product', 123)
print datastore.get([product_key])