Skip to content

Commit 518cd63

Browse files
author
Raman Barkholenka
authored
Merge pull request #3 from ghpxi/master
fix README example
2 parents 8f8207f + 0a95849 commit 518cd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Install
1111
Example
1212
-------
1313
```python
14-
from pyadmitad import api
14+
from pyadmitad import api, items
1515

1616
client_id = "[client_id]"
1717
client_secret = "[client_secret]"
18-
scope = ' '.join(set([client.Me.SCOPE]))
18+
scope = ' '.join(set([items.Me.SCOPE]))
1919

2020
client = api.get_oauth_client_client(
2121
client_id,

0 commit comments

Comments
 (0)