From 97c90a8b44af12f49dce3d3812efd2fc3483589b Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Fri, 5 Jun 2020 01:38:04 -0400 Subject: [PATCH] Update Invitarr.py --- Invitarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invitarr.py b/Invitarr.py index e24256c..6c6a8f5 100644 --- a/Invitarr.py +++ b/Invitarr.py @@ -14,7 +14,7 @@ PLEXUSER = '' # Plex Username PLEXPASS = '' # plex password PLEX_SERVER_NAME = '' # Name of plex server Plex_LIBS = ["Movies","TV Shows"] #name of the libraries you want the user to have access to. -chan = +chan = #Channel id of the channel you want to log emails and use -plexadd in. account = MyPlexAccount(PLEXUSER, PLEXPASS) plex = account.resource(PLEX_SERVER_NAME).connect() # returns a PlexServer instance