Skip to content

Commit bd12a13

Browse files
committed
fix region tag
1 parent 8c52529 commit bd12a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/standard/images/api/blobstore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def get(self):
5656
blob_info = blobstore.get(blob_key)
5757

5858
if blob_info:
59-
# [START get_serving_url]
59+
# [START get_serving_url]
6060
url = images.get_serving_url(
6161
blob_key, size=150, crop=True, secure_url=True)
62-
# [START get_serving_url]
62+
# [END get_serving_url]
6363
return webapp2.redirect(url)
6464

6565
# Either "blob_key" wasn't provided, or there was no value with that ID

0 commit comments

Comments
 (0)