From 943691fd185a39d94a43f31e142a9c4369b6a681 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 1 May 2018 11:52:14 +0200 Subject: [PATCH] Remove useless attribute --- pyrogram/client/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index c74ff2c8..621952f5 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -205,7 +205,6 @@ class Client: self.download_workers_list = [] self.dispatcher = Dispatcher(self, workers) - self.update_handler = None def on_message(self, filters=None, group: int = 0): """Use this decorator to automatically register a function for handling