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 ffe522f

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Fix mailgun lint
Change-Id: Ibab53e507552781140fa24713f5712faf4d1aebc
1 parent bb84a36 commit ffe522f
Copy full SHA for ffe522f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎appengine/standard/mailgun/main.py

Copy file name to clipboardExpand all lines: appengine/standard/mailgun/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def send_complex_message(recipient):
7171
}
7272

7373
resp, content = http.request(
74-
url, 'POST', urlencode(data),
74+
url, 'POST', urlencode(data),
7575
headers={"Content-Type": "application/x-www-form-urlencoded"})
7676

7777
if resp.status != 200:

0 commit comments

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