Remove print

This commit is contained in:
CommanderRedYT 2024-03-20 14:21:57 +01:00
parent 7d1941ed75
commit 9dad637af2
No known key found for this signature in database
GPG Key ID: 572F157519DC8A5E
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Show:
path: str = f"Shows/{series_id}/Seasons"
all_seasons: dict = Jellyfin().get(path)
print(f"[setup] {path=} all_seasons_items={all_seasons['Items']}")
# print(f"[setup] {path=} all_seasons_items={all_seasons['Items']}")
res = [str(i.get("Name")) for i in all_seasons["Items"]]