token correction
This commit is contained in:
parent
d1a16f2bcd
commit
fd893af4e9
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user