update readme

This commit is contained in:
Dmitry Afanasyev 2022-08-16 23:52:23 +03:00
parent 1c67c28ca3
commit 572616dc90
2 changed files with 1 additions and 1 deletions

View File

@ -33,3 +33,4 @@ killall python
- [ ] Добавить очередь сообщений - [ ] Добавить очередь сообщений
- [ ] Исправить запуск локально - [ ] Исправить запуск локально
- [ ] Добавить тестов - [ ] Добавить тестов
- [ ] Close connection

View File

@ -32,7 +32,6 @@ async def bot_shutdown() -> None:
# Close DB connection (if used) # Close DB connection (if used)
await dispatcher.storage.close() await dispatcher.storage.close()
await dispatcher.storage.wait_closed() await dispatcher.storage.wait_closed()
app.close()
logger.warning('Bye!') logger.warning('Bye!')