diff --git a/handlers/keys/subscriptions.py b/handlers/keys/subscriptions.py index 726de119..db658a33 100644 --- a/handlers/keys/subscriptions.py +++ b/handlers/keys/subscriptions.py @@ -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) \ No newline at end of file diff --git a/handlers/pay.py b/handlers/pay.py index 974de0cf..d1be4d12 100644 --- a/handlers/pay.py +++ b/handlers/pay.py @@ -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, diff --git a/img/pay.jpg b/img/pay.jpg new file mode 100644 index 00000000..a380539e Binary files /dev/null and b/img/pay.jpg differ diff --git a/img/tariffs.jpg b/img/tariffs.jpg deleted file mode 100644 index 1064f788..00000000 Binary files a/img/tariffs.jpg and /dev/null differ