mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update dispatcher.py (#987)
This commit is contained in:
parent
3f57c69d4f
commit
a812a40fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ class Dispatcher(Router):
|
|||
workflow_data = {"dispatcher": self, "bots": bots, "bot": bots[-1]}
|
||||
workflow_data.update(kwargs)
|
||||
await self.emit_startup(**workflow_data)
|
||||
loggers.dispatcher.info("Start poling")
|
||||
loggers.dispatcher.info("Start polling")
|
||||
try:
|
||||
coro_list = []
|
||||
for bot in bots:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue