mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-11 03:56:36 +03:00
Fix **kwargs not being passed to TelegramBareClient
This commit is contained in:
parent
4685cda751
commit
671ac1cdb7
|
@ -103,7 +103,8 @@ class TelegramClient(TelegramBareClient):
|
|||
proxy=proxy,
|
||||
update_workers=update_workers,
|
||||
spawn_read_thread=spawn_read_thread,
|
||||
timeout=timeout
|
||||
timeout=timeout,
|
||||
**kwargs
|
||||
)
|
||||
|
||||
# Some fields to easy signing in
|
||||
|
|
Loading…
Reference in New Issue
Block a user