From 46f540697d9159e6a9668b99fa93fa4aa968a235 Mon Sep 17 00:00:00 2001 From: "andrew (from workstation)" Date: Mon, 4 Nov 2019 15:09:45 +0100 Subject: [PATCH] remove seqno --- tasks/channel_history.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/channel_history.py b/tasks/channel_history.py index 3f498ce..dfab212 100644 --- a/tasks/channel_history.py +++ b/tasks/channel_history.py @@ -65,8 +65,6 @@ class ChannelHistoryReadTask(AsyncTask): webhook: str http: aiohttp.ClientSession - seq_no: int = 0 # global mutable - def setup(self, client: pyrogram.Client, channel: pyrogram.Chat, webhook: str): self.client = client self.channel = channel