This commit is contained in:
Kseninia Mikhaylova 2024-08-19 09:06:08 +03:00
parent 626c8b5b91
commit 63af4b9891
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class TgBot:
user = update.effective_user user = update.effective_user
current_step = context.chat_data.get("step", None) 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): if not context.chat_data.get("terdeep_value", None):
await update.effective_message.reply_html( await update.effective_message.reply_html(