Skip to content

Commit

Permalink
Readd default that was accidently removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 8, 2012
1 parent 11433d9 commit 523433f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requests/defaults.py
Expand Up @@ -62,6 +62,7 @@
'%s/%s' % (_implementation, _implementation_version),
'%s/%s' % (platform.system(), platform.release()),
]),
'Accept-Encoding': ', '.join(('identity', 'deflate', 'compress', 'gzip')),
'Accept': '*/*'
}

Expand Down

0 comments on commit 523433f

Please sign in to comment.