From e3801f94e3cbc00c7115b4d7e9512f0075d2b8eb Mon Sep 17 00:00:00 2001 From: Raykov-MS Date: Sat, 28 Feb 2026 21:26:33 +0300 Subject: [PATCH] dw --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 609a9fa..ea5877d 100644 --- a/main.py +++ b/main.py @@ -907,7 +907,7 @@ async def reminder_loop() -> None: storage.set_last_reminder_date(user.telegram_chat_id, day_key) await asyncio.sleep(30) except Exception: - await asyncio.sleep(5) + await asyncio.sleep(5) @asynccontextmanager