From 63af4b989159458183b85b06dcf95bab2d954d6a Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 19 Aug 2024 09:06:08 +0300 Subject: [PATCH] add log --- back/tgbot/tgbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/tgbot/tgbot.py b/back/tgbot/tgbot.py index 45c48d5..2f6eb90 100644 --- a/back/tgbot/tgbot.py +++ b/back/tgbot/tgbot.py @@ -400,7 +400,7 @@ class TgBot: user = update.effective_user current_step = context.chat_data.get("step", None) - logger.info(f"Step {current_step} from user {user.full_name}") + logger.info(f"Step {current_step} from user {user.full_name} with data {context.chat_data}") if not context.chat_data.get("terdeep_value", None): await update.effective_message.reply_html(