mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 17:33:44 +00:00
Fix executor.
This commit is contained in:
parent
d8fdbb853c
commit
c029c33767
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue