Closed Roald87 closed 4 years ago
Due to this bug no alert was send out for event S190720a.
That was probably due to some users which blocked the bot and that exception was not handled back then.
Adding @dp.async_task
before async def send_preliminary(message: types.Message)
in main.py
doesn't work. I.e. the warning still shows up. Maybe because update_all_events
is not asynchronous?