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

View File

@ -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