From bed8cd6210654f59101ccd39371a73a80f191a82 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 18 Sep 2023 10:16:33 +0300 Subject: [PATCH] fix-my-2 --- bot/handlers/command_my.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/handlers/command_my.py b/bot/handlers/command_my.py index e82bdd2..fe720f1 100644 --- a/bot/handlers/command_my.py +++ b/bot/handlers/command_my.py @@ -5,7 +5,7 @@ import json async def construct_unlink_buttons(actor): - print("constructing unlink buttons") + print(f"constructing unlink buttons for {actor['children']}") buttons = [] for vouch in actor["children"]: for chat_id in actor["chats"]: