Update dispatcher.py (#987)

This commit is contained in:
Daniil 2022-08-24 00:38:03 +03:00 committed by GitHub
parent 3f57c69d4f
commit a812a40fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: