mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
update readme
This commit is contained in:
parent
1c67c28ca3
commit
572616dc90
@ -33,3 +33,4 @@ killall python
|
|||||||
- [ ] Добавить очередь сообщений
|
- [ ] Добавить очередь сообщений
|
||||||
- [ ] Исправить запуск локально
|
- [ ] Исправить запуск локально
|
||||||
- [ ] Добавить тестов
|
- [ ] Добавить тестов
|
||||||
|
- [ ] Close connection
|
||||||
|
@ -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!')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user