fixes plex-removerole removing jellyfin roles instead (#47)

And some style fixes
This commit is contained in:
Roy Du
2023-08-27 20:17:48 -04:00
committed by GitHub
parent 6b0dcbd80e
commit fab423b3e3
2 changed files with 55 additions and 30 deletions

View File

@@ -69,9 +69,9 @@ except:
# Get Plex config
try:
PLEX_SERVER_NAME = config.get(BOT_SECTION, 'plex_server_name')
PLEXUSER = config.get(BOT_SECTION, 'plex_user')
PLEXPASS = config.get(BOT_SECTION, 'plex_pass')
PLEX_SERVER_NAME = config.get(BOT_SECTION, 'plex_server_name')
except:
print("No Plex login info found")
if not plex_token_configured: