Skip to content

Commit

Permalink
Merge pull request #145 from danbentley/fix/typo-in-readme
Browse files Browse the repository at this point in the history
Fix typo in unauthenticated example in readme
  • Loading branch information
fisherinnovation authored Jul 14, 2020
2 parents 5a0dd01 + 082bb9e commit 693bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ try:
token = v.load_client_credentials(scope)

# usable access token
print 'token=%s' % tkoen
print 'token=%s' % token
except vimeo.auth.GrantFailed:
# Handle the failure to get a token from the provided code and redirect.
```
Expand Down

0 comments on commit 693bbde

Please sign in to comment.