mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix
This commit is contained in:
parent
ab32296d07
commit
4118a30c15
1 changed files with 1 additions and 2 deletions
|
|
@ -162,6 +162,7 @@ class Dispatcher(Router):
|
|||
**self.workflow_data,
|
||||
**kwargs,
|
||||
"bot": bot,
|
||||
"dispatcher": self,
|
||||
},
|
||||
)
|
||||
handled = response is not UNHANDLED
|
||||
|
|
@ -554,9 +555,7 @@ class Dispatcher(Router):
|
|||
)
|
||||
|
||||
workflow_data = {
|
||||
"dispatcher": self,
|
||||
"bots": bots,
|
||||
**self.workflow_data,
|
||||
**kwargs,
|
||||
}
|
||||
if "bot" in workflow_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue