# HG changeset patch # User Brian Neal # Date 1309400016 0 # Node ID c77359d0d95133b58228243a79da8fabc67d0c49 # Parent 345825e6dcae3fe7c3fb741ca67fa897e0b8266d Working on #220. Can't test locally, so committing in increments. diff -r 345825e6dcae -r c77359d0d951 gpp/gcalendar/oauth.py --- 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)