mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-14 14:27:06 +00:00
Update discordRichPresencePlex.py
This commit is contained in:
parent
920ab29bcc
commit
c4bab10f33
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import time
|
|||
class plexConfig:
|
||||
|
||||
extraLogging = True
|
||||
timeRemaining = True
|
||||
timeRemaining = False
|
||||
|
||||
def __init__(self, serverName = "", username = "", password = "", token = "", listenForUser = "", clientID = "413407336082833418"):
|
||||
self.serverName = serverName
|
||||
|
|
Loading…
Reference in a new issue