fix queue error

This commit is contained in:
2025-12-10 20:55:09 +01:00
parent 798461a1ea
commit 99f79e4c29
6 changed files with 263 additions and 683 deletions

View File

@@ -222,7 +222,7 @@ class AnimeService:
loop
)
except Exception as exc:
logger.error("Error handling scan status event", error=str(exc))
logger.error("Error handling scan status event: %s", exc)
@lru_cache(maxsize=128)
def _cached_list_missing(self) -> list[dict]: