token correction

This commit is contained in:
Blacktwin 2018-04-10 13:36:49 -04:00 committed by Blacktwin
parent d1a16f2bcd
commit fd893af4e9

View File

@ -62,7 +62,7 @@ PLEX_URL = PLEX_OVERRIDE_URL or os.getenv('PLEX_URL', PLEX_FALLBACK_URL)
PLEX_FALLBACK_TOKEN = '' PLEX_FALLBACK_TOKEN = ''
PLEX_OVERRIDE_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() sess = requests.Session()