From a6093de7eeaadbf6f7e26b15d97de8fb1db99f08 Mon Sep 17 00:00:00 2001 From: Oleg Oleg Date: Sun, 11 Jan 2026 21:54:34 +0400 Subject: [PATCH] change text align --- src/docbot/handlers/doctors/meet_doctor_handler.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docbot/handlers/doctors/meet_doctor_handler.py b/src/docbot/handlers/doctors/meet_doctor_handler.py index 0fd9a78..e26e6a8 100644 --- a/src/docbot/handlers/doctors/meet_doctor_handler.py +++ b/src/docbot/handlers/doctors/meet_doctor_handler.py @@ -63,7 +63,9 @@ async def choose_tariff(update: Update, context: ContextTypes.DEFAULT_TYPE): payment_url = f"https://pay.example.com/payment?tariff={tariff}&price={price}" pay_keyboard = [ - InlineKeyboardButton("Перейти к оплате", url=payment_url) + [ + InlineKeyboardButton("Перейти к оплате", url=payment_url), + ] ] await query.message.reply_text(