fix: correct some spelling issues

This commit is contained in:
JChris246
2023-02-22 00:09:30 -04:00
parent d1fd61f1d1
commit 14885744b1
3 changed files with 19 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ class Jellyfin:
async with aiohttp.ClientSession() as session:
response = await self.query(query_string, "get", session)
# If reponse is not empty
# If response is not empty
if response:
for user in response:
users[user["Name"]] = user["Id"]