Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ for item in root.findall('item'):
|
|
153 |
# Sadece ürün linkini al, resim linkini alma
|
154 |
product_link = item.find('productLink').text if item.find('productLink') is not None else ""
|
155 |
|
156 |
-
|
157 |
item_info = (stock_amount, price, product_link, price_eft, price_rebate, price_rebate_money_order)
|
158 |
else:
|
159 |
# Stokta olmayan ürünler için sadece stok durumunu belirt, fiyat ve link bilgisi verme
|
|
|
153 |
# Sadece ürün linkini al, resim linkini alma
|
154 |
product_link = item.find('productLink').text if item.find('productLink') is not None else ""
|
155 |
|
156 |
+
# Tüm fiyat bilgilerini birleştir
|
157 |
item_info = (stock_amount, price, product_link, price_eft, price_rebate, price_rebate_money_order)
|
158 |
else:
|
159 |
# Stokta olmayan ürünler için sadece stok durumunu belirt, fiyat ve link bilgisi verme
|