diff --git a/aiogram/utils/executor.py b/aiogram/utils/executor.py index 2f31875c..b1fec35e 100644 --- a/aiogram/utils/executor.py +++ b/aiogram/utils/executor.py @@ -34,7 +34,7 @@ async def _shutdown(dispatcher: Dispatcher, callback=None): if dispatcher.is_polling(): dispatcher.stop_polling() - await dispatcher.wait_closed() + # await dispatcher.wait_closed() await dispatcher.storage.close() await dispatcher.storage.wait_closed()