This commit is contained in:
Raykov-MS 2026-02-28 21:18:21 +03:00
parent 6e8c3b8d6a
commit 8207ffbc7c

View File

@ -907,7 +907,7 @@ async def reminder_loop() -> None:
storage.set_last_reminder_date(user.telegram_chat_id, day_key) storage.set_last_reminder_date(user.telegram_chat_id, day_key)
await asyncio.sleep(30) await asyncio.sleep(30)
except Exception: except Exception:
await asyncio.sleep(5) await asyncio.sleep(5)
@asynccontextmanager @asynccontextmanager