revert but extend timeout

This commit is contained in:
Simon 2024-04-20 01:05:42 +02:00
parent 689e05ca47
commit 74a4eb263a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class Show:
)
print(f"[setup] {path=}")
Jellyfin().post(path, False)
while True:
for _ in range(24):
all_existing: set[str] = set(self._get_existing_seasons())
print(f"[setup] seasons: {all_existing} {expected_season=}")