moving comment

This commit is contained in:
blacktwin 2020-05-19 18:09:27 -04:00
parent f38f1ee7af
commit bf624c6d7b

View File

@ -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: