Mercurial > public > sg101
changeset 452:c77359d0d951
Working on #220. Can't test locally, so committing in increments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 30 Jun 2011 02:13:36 +0000 |
parents | 345825e6dcae |
children | 532b9c6f2482 |
files | gpp/gcalendar/oauth.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/gcalendar/oauth.py Thu Jun 30 01:57:17 2011 +0000 +++ b/gpp/gcalendar/oauth.py Thu Jun 30 02:13:36 2011 +0000 @@ -49,7 +49,7 @@ logger.info("received token") request.session[REQ_TOKEN_SESSION_KEY] = request_token - auth_url = request_token.generate_authorization_url(google_apps_domain=None) + auth_url = request_token.generate_authorization_url() logger.info("generated auth url '%s'", str(auth_url)) return str(auth_url)