Skip to content

Commit

Permalink
Fix another exception name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajid Mehmood committed Jun 28, 2012
1 parent 1120d63 commit 2941066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -47,7 +47,7 @@ def get(self):
client = utils.makeFoursquareClient()
access_token = client.oauth.get_token(code)
if not access_token:
raise ConnectException
raise OAuthConnectErrorException
client.set_access_token(access_token)
except OAuthConnectDeniedException:
self.redirect(CONFIG['auth_denied_uri'])
Expand Down

0 comments on commit 2941066

Please sign in to comment.