Skip to content

Commit

Permalink
Merge pull request #3 from ghpxi/master
Browse files Browse the repository at this point in the history
fix README example
  • Loading branch information
Raman Barkholenka authored Oct 4, 2016
2 parents 8f8207f + 0a95849 commit 518cd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Install
Example
-------
```python
from pyadmitad import api
from pyadmitad import api, items

client_id = "[client_id]"
client_secret = "[client_secret]"
scope = ' '.join(set([client.Me.SCOPE]))
scope = ' '.join(set([items.Me.SCOPE]))

client = api.get_oauth_client_client(
client_id,
Expand Down

0 comments on commit 518cd63

Please sign in to comment.