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