From e3e409aa5c9685582d3b6555a1e51fb7a163b37f Mon Sep 17 00:00:00 2001 From: Vladless Date: Sun, 24 Nov 2024 20:19:23 +0300 Subject: [PATCH] fix back cryptobot --- handlers/payments/cryprobot_pay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/payments/cryprobot_pay.py b/handlers/payments/cryprobot_pay.py index 6ee1416b..9fd0b37e 100644 --- a/handlers/payments/cryprobot_pay.py +++ b/handlers/payments/cryprobot_pay.py @@ -74,7 +74,7 @@ async def process_callback_pay_cryptobot(callback_query: types.CallbackQuery, st callback_data="enter_custom_amount_crypto", ) ) - builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="back_to_profile")) + builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="view_profile")) key_count = await get_key_count(tg_id)