From 8bfb30580be939039390bd79624427cdfe9dd2d7 Mon Sep 17 00:00:00 2001 From: Grigorich-JSDio <93488447+Grigorich-JSDio@users.noreply.github.com> Date: Sun, 31 Oct 2021 22:40:20 +0300 Subject: [PATCH] Bugfix --- data/my_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data/my_functions.py b/data/my_functions.py index f1fec8d..c7aea71 100644 --- a/data/my_functions.py +++ b/data/my_functions.py @@ -153,7 +153,6 @@ async def check_chat(chat, type_link): else: user['scam'] = 'True' users.append(user) - print(channel_type) if channel_type != 'Каналы': channel_title = ch.title return members, admins, ch, users, channel_type, channel_title