This commit is contained in:
2025-10-22 22:12:28 +03:00
Unverified
parent 9a23747f4f
commit 6d188777bc
2 changed files with 8 additions and 13 deletions
-1
View File
@@ -54,7 +54,6 @@ async def lifespan(app: FastAPI):
yield
# Shutdown (if needed in the future)
# logger.info("Application shutdown")
# Инициализация FastAPI
app = FastAPI(title="FromChat", lifespan=lifespan)