Skip to content

Commit

Permalink
fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Tumash committed Oct 3, 2016
1 parent 19b2df8 commit 0a95849
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 0a95849

Please sign in to comment.