mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update dispatcher.py
This commit is contained in:
parent
81852cdda2
commit
4715b0e477
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ class Dispatcher(Router):
|
|||
**kwargs,
|
||||
}
|
||||
await self.emit_startup(bots[-1], **workflow_data)
|
||||
workflow_data.pop("bot")
|
||||
loggers.dispatcher.info("Start polling")
|
||||
try:
|
||||
tasks: List[asyncio.Task[Any]] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue