Fix Code Format Warming

This commit is contained in:
_00_ 2025-08-19 20:16:25 +02:00 committed by GitHub
parent 5fdb68bd27
commit bd883c8026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -591,7 +591,7 @@ async def lifespan(app: FastAPI):
log.error(f"Shutdown error: {type(exc).__name__}: {exc}")
except asyncio.CancelledError:
pass # Expected during shutdown
except Exception as e:
except Exception as e:
log.error(f"Error during listener shutdown: {e}")