mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-11 00:53:09 +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,
|
proxy=proxy,
|
||||||
update_workers=update_workers,
|
update_workers=update_workers,
|
||||||
spawn_read_thread=spawn_read_thread,
|
spawn_read_thread=spawn_read_thread,
|
||||||
timeout=timeout
|
timeout=timeout,
|
||||||
|
**kwargs
|
||||||
)
|
)
|
||||||
|
|
||||||
# Some fields to easy signing in
|
# Some fields to easy signing in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user