From f986b436e045b6df1b14d0c8b92be1bcddd6ffca Mon Sep 17 00:00:00 2001 From: Raykov-MS Date: Sat, 28 Feb 2026 21:27:53 +0300 Subject: [PATCH] w --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 69c586d..a05ffd7 100644 --- a/main.py +++ b/main.py @@ -910,6 +910,8 @@ async def reminder_loop() -> None: await asyncio.sleep(5) + + @asynccontextmanager async def lifespan(_: FastAPI): global reminder_task