mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Fix doc from getServer() to getResource()
This commit is contained in:
parent
da8742898e
commit
4c01db7128
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ available libraries.
|
||||||
```python
|
```python
|
||||||
from plexapi.myplex import MyPlexUser
|
from plexapi.myplex import MyPlexUser
|
||||||
user = MyPlexUser.signin('<USERNAME>', '<PASSWORD>')
|
user = MyPlexUser.signin('<USERNAME>', '<PASSWORD>')
|
||||||
plex = user.getServer('<SERVERNAME>').connect()
|
plex = user.getResource('<SERVERNAME>').connect()
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Usage Examples ####
|
#### Usage Examples ####
|
||||||
|
|
Loading…
Reference in a new issue