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