Skip to content

Commit 72066ca

Browse files
Ace Nassrileahecole
Ace Nassri
andauthored
chore: fix mismatched region tag (GoogleCloudPlatform#4259)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent 79a68b1 commit 72066ca

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/images/guestbook

1 file changed

+1
-1
lines changed

appengine/standard/images/guestbook/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def post(self):
124124
# [START sign_handler_2]
125125
greeting.avatar = avatar
126126
greeting.put()
127-
# [END sign_handler_1]
127+
# [END sign_handler_2]
128128

129129
self.redirect('/?' + urllib.urlencode(
130130
{'guestbook_name': guestbook_name}))

0 commit comments

Comments
 (0)