Make sure OAuth doesn't fall off, which happens in particular when encountering redirects

This commit is contained in:
Marty Alchin
2012-06-13 20:54:54 -07:00
parent de1637c3de
commit 9a30e02962
+1 -1
View File
@@ -105,7 +105,7 @@ class OAuth1(AuthBase):
del r.headers[u_header]
r.headers['Authorization'] = auth_header
return r
return r
class HTTPBasicAuth(AuthBase):