Fix **kwargs not being passed to TelegramBareClient

This commit is contained in:
Lonami Exo 2017-09-30 18:02:08 +02:00
parent 4685cda751
commit 671ac1cdb7

View File

@ -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