mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-24 18:43:02 +00:00
Update README.md
This commit is contained in:
parent
9d46e4b3c7
commit
bc7c4bd59a
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor
|
|||
|
||||
* [Python 3.6.7](https://www.python.org/downloads/release/python-367/)
|
||||
* [plexapi](https://github.com/pkkid/python-plexapi)
|
||||
* Use [websocket-client](https://github.com/websocket-client/websocket-client) version 0.48.0 (`pip install websocket-client==0.48.0`) as an issue with newer versions of websocket-client breaks the plexapi module's alert listener.
|
||||
* The script must be running on the same machine as the Discord client.
|
||||
* Use [websocket-client](https://github.com/websocket-client/websocket-client) version 0.48.0 (`pip install websocket-client==0.48.0`) as an issue with newer versions breaks the plexapi module's alert listener.
|
||||
* The script must be running on the same machine as your Discord client.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue