Make sure token is saved before populating server dropdown list

This commit is contained in:
JonnyWong16 2022-07-14 16:14:10 -07:00
parent b6cb946ae2
commit b598e9fc0c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 2 additions and 3 deletions

View file

@ -164,7 +164,6 @@ class PlexTV(object):
if not self.token:
logger.error("Tautulli PlexTV :: PlexTV called, but no token provided.")
return
self.request_handler = http_handler.HTTPHandler(urls=self.urls,
token=self.token,