From b4a074e93b1f0fb3b95031f2b7d64ebaeadf0983 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 18 Sep 2023 10:12:10 +0300 Subject: [PATCH] fix-my --- bot/handlers/command_my.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/handlers/command_my.py b/bot/handlers/command_my.py index dd9541d..e82bdd2 100644 --- a/bot/handlers/command_my.py +++ b/bot/handlers/command_my.py @@ -5,10 +5,12 @@ import json async def construct_unlink_buttons(actor): + print("constructing unlink buttons") buttons = [] for vouch in actor["children"]: for chat_id in actor["chats"]: r = await get_member(chat_id, vouch) + print(r) member = r["result"]["user"] _uid, identity, username = userdata_extract(member) buttons.append(