From cd2ec62939eb377100d41a765b0d5184d201e0b4 Mon Sep 17 00:00:00 2001 From: Alex55 Date: Tue, 24 Mar 2026 18:56:52 +0200 Subject: [PATCH] sdf --- app/routes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index f016118..6282246 100644 --- a/app/routes.py +++ b/app/routes.py @@ -47,11 +47,12 @@ def index1(): message = f"🔹Спасибо за покупку в WST Keys (West Store Trusted Keys)\n\n ⏳ Ваш заказ обрабатывается и будет доставлен автоматически" create_messagea(id_i, message) - # name_p, im = get_product(id_d) + # sku_rokky, price_rokky = get_sku(id_d) send_telegram(content) + name_p, im = get_product(id_d) conn = sqlite3.connect(DB_PATH) cursor = conn.cursor()