mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Make sure token is saved before populating server dropdown list
This commit is contained in:
parent
b6cb946ae2
commit
b598e9fc0c
3 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue