[Python-modules-commits] [python-social-auth] 119/322: refs #512 fixed typo

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:12:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit b2dacd322e5f446a300783b994ddacf1be3b4f1b
Author: tell-k <ffk2005 at gmail.com>
Date:   Wed Feb 11 23:00:34 2015 +0900

    refs #512 fixed typo
---
 social/backends/qiita.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/qiita.py b/social/backends/qiita.py
index 8cca56e..52b947a 100644
--- a/social/backends/qiita.py
+++ b/social/backends/qiita.py
@@ -20,7 +20,7 @@ class QiitaOAuth2(BaseOAuth2):
     EXTRA_DATA = [
         ('description', 'description'),
         ('facebook_id', 'facebook_id'),
-        ('followees_count', 'followers_count'),
+        ('followees_count', 'followees_count'),
         ('followers_count', 'followers_count'),
         ('github_login_name', 'github_login_name'),
         ('id', 'id'),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list