Found via codespell
This commit is contained in:
luzpaz 2025-03-16 15:25:29 -04:00 committed by GitHub
parent a96fd23d72
commit 2ed603f288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 16 additions and 16 deletions

View file

@ -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()