chore: apply pending code updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user