From bd883c802601a6ded04742772a1be54de92eee78 Mon Sep 17 00:00:00 2001 From: _00_ <131402327+rgaricano@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:16:25 +0200 Subject: [PATCH] Fix Code Format Warming --- backend/open_webui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 847bbaf460..3e8d326f94 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -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}")