Skip to content

Commit 0a95849

Browse files
author
Ilya Tumash
committed
fix README example
1 parent 19b2df8 commit 0a95849

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)