Fix interactive client not receiving updates

This commit is contained in:
Lonami Exo 2017-10-01 19:56:47 +02:00
parent d98fd6a424
commit ace44965f8

View File

@ -52,7 +52,8 @@ class InteractiveTelegramClient(TelegramClient):
super().__init__( super().__init__(
session_user_id, api_id, api_hash, session_user_id, api_id, api_hash,
connection_mode=ConnectionMode.TCP_ABRIDGED, connection_mode=ConnectionMode.TCP_ABRIDGED,
proxy=proxy proxy=proxy,
update_workers=1
) )
# Store all the found media in memory here, # Store all the found media in memory here,