diff --git a/examples/update_products.py b/examples/update_products.py index 26653a6..1601dc9 100755 --- a/examples/update_products.py +++ b/examples/update_products.py @@ -68,7 +68,7 @@ def main(csv_filename, json_filename, filename): "max_weight": weight, "name": name } - print(f'NEW Product {row[4]} ({row[2]}) - from {row[0]}!') + print(f'NEW Product {row["PROD_NAME"]} ({row["PROD_ID"]}) - from {row["PROD_GUEAB"]}!') print('*'*75) remove_ids = set()