Removed unused parameter

This commit is contained in:
Łukasz Tshipenchko 2023-01-02 19:46:12 +06:00
parent 757164da3e
commit 0cc67fa83d

View file

@ -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