token correction

This commit is contained in:
Blacktwin 2018-04-10 13:36:49 -04:00
parent a1fbe1f7fc
commit 97a0a43f90

View File

@ -62,7 +62,7 @@ PLEX_URL = PLEX_OVERRIDE_URL or os.getenv('PLEX_URL', PLEX_FALLBACK_URL)
PLEX_FALLBACK_TOKEN = ''
PLEX_OVERRIDE_TOKEN = ''
PLEX_TOKEN = PLEX_OVERRIDE_URL or os.getenv('PLEX_TOKEN', PLEX_FALLBACK_TOKEN)
PLEX_TOKEN = PLEX_OVERRIDE_TOKEN or os.getenv('PLEX_TOKEN', PLEX_FALLBACK_TOKEN)
sess = requests.Session()