mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
parent
6573b8b562
commit
5239bc522c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ the top left above your available libraries.
|
|||
plex = account.resource('<SERVERNAME>').connect() # returns a PlexServer instance
|
||||
|
||||
If you want to avoid logging into MyPlex and you already know your auth token
|
||||
string, you can use the PlexServer object directly as above, but passing in
|
||||
string, you can use the PlexServer object directly as above, by passing in
|
||||
the baseurl and auth token directly.
|
||||
|
||||
.. code-block:: python
|
||||
|
|
Loading…
Reference in a new issue