Wow, and AUTO_AUTH works. first try!

This commit is contained in:
Kenneth Reitz
2011-02-13 22:53:14 -05:00
parent f566bb2140
commit 59c6aebd60
+1 -1
View File
@@ -308,7 +308,7 @@ def _detect_auth(url, auth):
def _get_autoauth(url):
for (authauth_url, auth) in AUTOAUTHS:
for (autoauth_url, auth) in AUTOAUTHS:
if autoauth_url in url:
return auth