diff --git a/aiogram/utils/executor.py b/aiogram/utils/executor.py index f4b2f777..e0d07b6d 100644 --- a/aiogram/utils/executor.py +++ b/aiogram/utils/executor.py @@ -288,7 +288,7 @@ class Executor: :param kwargs: :return: """ - self.set_webhook(webhook_path=webhook_path, request_handler=request_handler, route_name=route_name, **kwargs) + self.set_webhook(webhook_path=webhook_path, request_handler=request_handler, route_name=route_name) self.run_app(**kwargs) def start_polling(self, reset_webhook=None, timeout=None, fast=True):