From ace44965f87d8b7488b090bf06aaf1bf65c73230 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 1 Oct 2017 19:56:47 +0200 Subject: [PATCH] Fix interactive client not receiving updates --- telethon_examples/interactive_telegram_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telethon_examples/interactive_telegram_client.py b/telethon_examples/interactive_telegram_client.py index b319dc56..6ae2d8c0 100644 --- a/telethon_examples/interactive_telegram_client.py +++ b/telethon_examples/interactive_telegram_client.py @@ -52,7 +52,8 @@ class InteractiveTelegramClient(TelegramClient): super().__init__( session_user_id, api_id, api_hash, connection_mode=ConnectionMode.TCP_ABRIDGED, - proxy=proxy + proxy=proxy, + update_workers=1 ) # Store all the found media in memory here,