Skip to content

Commit

Permalink
Fix typo'd exception name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajid Mehmood committed Jun 28, 2012
1 parent a287f15 commit 1120d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -42,7 +42,7 @@ def get(self):

code = self.request.get('code')
if not code:
raise ConnectException
raise OAuthConnectErrorException

client = utils.makeFoursquareClient()
access_token = client.oauth.get_token(code)
Expand Down

0 comments on commit 1120d63

Please sign in to comment.