'.'
This commit is contained in:
parent
6e8c3b8d6a
commit
8207ffbc7c
2
main.py
2
main.py
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user