mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Fix Code Format Warming
This commit is contained in:
parent
5fdb68bd27
commit
bd883c8026
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue