Update dispatcher.py

This commit is contained in:
Daniil 2022-08-23 22:37:33 +03:00 committed by GitHub
parent 3f57c69d4f
commit eac808b5f6
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: