Add image for balance/payment menu
This commit is contained in:
@@ -305,4 +305,4 @@ async def handle_subscription(request: web.Request) -> web.Response:
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Ошибка в handle_subscription: {e}", exc_info=True)
|
||||
return web.Response(text=f"❌ Ошибка сервера: {e}", status=500)
|
||||
return web.Response(text=f"❌ Ошибка сервера: {e}", status=500)
|
||||
+1
-1
@@ -112,7 +112,7 @@ async def balance_handler(callback_query: CallbackQuery, session: AsyncSession):
|
||||
builder.row(InlineKeyboardButton(text=MAIN_MENU, callback_data="profile"))
|
||||
|
||||
text = BALANCE_MANAGEMENT_TEXT.format(balance=balance)
|
||||
image_path = os.path.join("img", "pic.jpg")
|
||||
image_path = os.path.join("img", "pay.jpg")
|
||||
|
||||
await edit_or_send_message(
|
||||
target_message=callback_query.message,
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB |
Reference in New Issue
Block a user