mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
formatting
Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
parent
e00d3c9635
commit
4c090dad46
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ class SimpleRequestHandler(BaseRequestHandler):
|
|||
"""
|
||||
|
||||
def __init__(
|
||||
self, dispatcher: Dispatcher,
|
||||
self,
|
||||
dispatcher: Dispatcher,
|
||||
bot: Bot,
|
||||
handle_in_background: bool = True,
|
||||
secret_token: Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue