[Python-modules-commits] [python-social-auth] 271/322: use api domain for changetip request

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:18 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 83ba360fde9d889502b3887f623be266f6aab4b1
Author: Nick Sullivan <nick at sullivanflock.com>
Date:   Fri Apr 17 16:32:14 2015 -0700

    use api domain for changetip request
---
 social/backends/changetip.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/changetip.py b/social/backends/changetip.py
index 75e043d..10470d5 100644
--- a/social/backends/changetip.py
+++ b/social/backends/changetip.py
@@ -20,7 +20,7 @@ class ChangeTipOAuth2(BaseOAuth2):
 
     def user_data(self, access_token, *args, **kwargs):
         """Loads user data from service"""
-        url = 'https://www.changetip.com/v2/me/?' + urlencode({
+        url = 'https://api.changetip.com/v2/me/?' + urlencode({
             'access_token': access_token
         })
         try:

-- 
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