mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
a890622e40
commit
484a61bdc1
3 changed files with 6 additions and 6 deletions
|
|
@ -28,8 +28,8 @@ def setup_application(app: Application, dispatcher: Dispatcher, /, **kwargs: Any
|
|||
workflow_data = {
|
||||
"app": app,
|
||||
"dispatcher": dispatcher,
|
||||
**kwargs,
|
||||
**dispatcher.workflow_data,
|
||||
**kwargs,
|
||||
}
|
||||
|
||||
async def on_startup(*a: Any, **kw: Any) -> None: # pragma: no cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue