fix
This commit is contained in:
parent
70b48a7c6f
commit
5d5fb4d56f
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ async def create_mandate(
|
|||
|
||||
|
||||
# Event handler beim Herunterfahren
|
||||
@app.on_shutdown
|
||||
@app.on_event("shutdown")
|
||||
async def shutdown_event():
|
||||
"""Führt Aufräumarbeiten beim Herunterfahren der Anwendung durch"""
|
||||
# Holen des AgentService ohne Kontext (für Aufräumarbeiten)
|
||||
|
|
|
|||
Loading…
Reference in a new issue