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"]: