mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Removed unused parameter
This commit is contained in:
parent
757164da3e
commit
0cc67fa83d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ async def on_startup(bot: Bot, webhook_url: str):
|
|||
|
||||
|
||||
@router.shutdown()
|
||||
async def on_shutdown(bot: Bot, dispatcher: Dispatcher):
|
||||
async def on_shutdown(bot: Bot):
|
||||
logging.warning("Shutting down..")
|
||||
|
||||
# Insert code here to run it before shutdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue