mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* 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
1 line
111 B
ReStructuredText
1 line
111 B
ReStructuredText
Fixed signature of startup/shutdown events to include the **dispatcher.workflow_data as the handler arguments.
|