From d2c6caeef28fb4642acd82adeadaea7e238d9a48 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 23 May 2023 20:46:32 +0800 Subject: [PATCH] Update client_temp.py --- plugins/tgclient/startup/extend/client_temp.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/tgclient/startup/extend/client_temp.py b/plugins/tgclient/startup/extend/client_temp.py index 8d3bae794..4071e77f0 100644 --- a/plugins/tgclient/startup/extend/client_temp.py +++ b/plugins/tgclient/startup/extend/client_temp.py @@ -42,13 +42,6 @@ async def run(client): # -1001800000000 # -1000000000001 - for i in range(9999999999): - try: - my_channel = await client.get_entity(PeerChannel(-1001397840771)) - print(my_channel) - except Exception as e: - print(str(e)) - info = await client.get_dialogs() for chat in info: if not chat.is_group and chat.is_channel: