add trailing comma

This commit is contained in:
Kevin Burke
2014-08-29 12:06:58 -07:00
parent 95161ed313
commit 59f5a1089a
+1 -1
View File
@@ -555,7 +555,7 @@ def default_headers():
'User-Agent': default_user_agent(),
'Accept-Encoding': ', '.join(('gzip', 'deflate')),
'Accept': '*/*',
'Connection': 'keep-alive'
'Connection': 'keep-alive',
})