aiogram/CHANGES/1155.bugfix.rst
Łukasz Tshipenchko a77b9bf0d6 Resolve #1155: Different signature of startup/shutdown events on polling and webhooks (#1156)
* Code refactor
- Use 'or' istead of 'A if A else B'
- Raise new error from catched error: raise Error from e

* Fixed signature of startup/shutdown events
- Include the **dispatcher.workflow_data as the handler arguments
2023-04-10 22:16:26 +08:00

1 line
111 B
ReStructuredText

Fixed signature of startup/shutdown events to include the **dispatcher.workflow_data as the handler arguments.