chore: apply pending code updates

This commit is contained in:
2026-03-17 11:39:27 +01:00
parent e5fae0a0a2
commit 92bd55ada1
45 changed files with 2236 additions and 2130 deletions

View File

@@ -97,10 +97,10 @@ async def _check_incomplete_series_on_startup(background_loader) -> None:
logger.info("All series data is complete. No background loading needed.")
except Exception as e:
logger.error(f"Error checking incomplete series: {e}", exc_info=True)
logger.exception("Error checking incomplete series: %s", e)
except Exception as e:
logger.error(f"Failed to check incomplete series on startup: {e}", exc_info=True)
logger.exception("Failed to check incomplete series on startup: %s", e)
@asynccontextmanager