mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #675 from gulopine/develop
Make sure OAuth doesn't fall off
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ class OAuth1(AuthBase):
|
||||
del r.headers[u_header]
|
||||
r.headers['Authorization'] = auth_header
|
||||
|
||||
return r
|
||||
return r
|
||||
|
||||
|
||||
class HTTPBasicAuth(AuthBase):
|
||||
|
||||
Reference in New Issue
Block a user