[Python-modules-commits] [python-social-auth] 125/322: fixed bug.
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:12:58 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 8d6ed64a8c78e612e137eae725a74a68c66aebbc
Author: tell-k <ffk2005 at gmail.com>
Date: Sun Feb 15 02:44:01 2015 +0900
fixed bug.
---
social/backends/dribbble.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/social/backends/dribbble.py b/social/backends/dribbble.py
index 7aaf435..e1c3eee 100644
--- a/social/backends/dribbble.py
+++ b/social/backends/dribbble.py
@@ -28,7 +28,7 @@ class DribbbleOAuth2(BaseOAuth2):
('followings_count', 'followings_count'),
('likes_count', 'likes_count'),
('likes_received_count', 'likes_received_count'),
- ('projects_count', 'projects_count')
+ ('projects_count', 'projects_count'),
('rebounds_received_count', 'rebounds_received_count'),
('shots_count', 'shots_count'),
('teams_count', 'teams_count'),
--
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