From aee7965b7f055ca9eb9c730e321354a980fe258e Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 15 Apr 2013 09:13:01 -0400 Subject: bugfix --- askbot/deps/django_authopenid/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/deps/django_authopenid/util.py b/askbot/deps/django_authopenid/util.py index 6e19db6a..024dbf09 100644 --- a/askbot/deps/django_authopenid/util.py +++ b/askbot/deps/django_authopenid/util.py @@ -768,7 +768,7 @@ class OAuthConnection(object): def get_access_token(self, oauth_token=None, oauth_verifier=None): """returns data as returned upon visiting te access_token_url""" - client = self.get_client(self, oauth_token, oauth_verifier) + client = self.get_client(oauth_token, oauth_verifier) url = self.parameters['access_token_url'] #there must be some provider-specific post-processing return self.send_request(client = client, url=url, method='GET') -- cgit v1.2.3-1-g7c22