From 1afab2e26f88c4a6aa33b677b97c52ebce80d521 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 15 Jun 2010 20:48:18 +0100 Subject: [PATCH] Updated new API URI --- auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.py b/auth.py index 7fc4657..46c776f 100644 --- a/auth.py +++ b/auth.py @@ -17,7 +17,7 @@ class DredditAuthBackend: if username and password: # Call the webservice - api_url = 'https://auth.dredd.it/api/user/' + api_url = 'https://auth.dredd.it/api/login/' auth_handler = urllib2.HTTPBasicAuthHandler() auth_handler.add_password(realm='dredditauth', uri=api_url,