Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8feffc2

Browse filesBrowse files
committed
Merge pull request GoogleCloudPlatform#307 from GoogleCloudPlatform/xmpp
Fix region tag
2 parents ad51b4d + a09baa4 commit 8feffc2
Copy full SHA for 8feffc2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎appengine/xmpp/xmpp.py

Copy file name to clipboardExpand all lines: appengine/xmpp/xmpp.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ def post(self):
6868
# [END error]
6969

7070

71-
# [START send-chat-to-user]
7271
class SendChatHandler(webapp2.RequestHandler):
7372
def post(self):
73+
# [START send-chat-to-user]
7474
user_address = 'example@gmail.com'
7575
msg = ('Someone has sent you a gift on Example.com. '
7676
'To view: http://example.com/gifts/')
@@ -81,7 +81,7 @@ def post(self):
8181
# Send an email message instead...
8282
# [END send-chat-to-user]
8383
pass
84-
# [START send-chat-to-user]
84+
# [END send-chat-to-user]
8585

8686

8787
# [START chat]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.