This commit is contained in:
Raykov-MS 2026-02-28 21:27:53 +03:00
parent dbe3a7c34d
commit f986b436e0

View File

@ -910,6 +910,8 @@ async def reminder_loop() -> None:
await asyncio.sleep(5) await asyncio.sleep(5)
@asynccontextmanager @asynccontextmanager
async def lifespan(_: FastAPI): async def lifespan(_: FastAPI):
global reminder_task global reminder_task