mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +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
|
plex = account.resource('<SERVERNAME>').connect() # returns a PlexServer instance
|
||||||
|
|
||||||
If you want to avoid logging into MyPlex and you already know your auth token
|
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.
|
the baseurl and auth token directly.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
Loading…
Add table
Reference in a new issue