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()