moving comment
This commit is contained in:
parent
f38f1ee7af
commit
bf624c6d7b
@ -32,12 +32,12 @@ from requests import Session
|
|||||||
from requests.adapters import HTTPAdapter
|
from requests.adapters import HTTPAdapter
|
||||||
from requests.exceptions import RequestException
|
from requests.exceptions import RequestException
|
||||||
|
|
||||||
# Using CONFIG file
|
|
||||||
PLEX_URL =''
|
PLEX_URL =''
|
||||||
PLEX_TOKEN = ''
|
PLEX_TOKEN = ''
|
||||||
TAUTULLI_URL = ''
|
TAUTULLI_URL = ''
|
||||||
TAUTULLI_APIKEY = ''
|
TAUTULLI_APIKEY = ''
|
||||||
|
|
||||||
|
# Using CONFIG file
|
||||||
if not PLEX_TOKEN:
|
if not PLEX_TOKEN:
|
||||||
PLEX_TOKEN = CONFIG.data['auth'].get('server_token')
|
PLEX_TOKEN = CONFIG.data['auth'].get('server_token')
|
||||||
if not PLEX_URL:
|
if not PLEX_URL:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user