mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
parent
a96fd23d72
commit
2ed603f288
10 changed files with 16 additions and 16 deletions
|
@ -50,7 +50,7 @@ def plex_user_login(token=None, headers=None):
|
|||
user_token = None
|
||||
user_id = None
|
||||
|
||||
# Try to login to Plex.tv to check if the user has a vaild account
|
||||
# Try to login to Plex.tv to check if the user has a valid account
|
||||
if token:
|
||||
plex_tv = PlexTV(token=token, headers=headers)
|
||||
plex_user = plex_tv.get_plex_account_details()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue