fix queue error
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user