fix key names

This commit is contained in:
Georg Sauthoff 2023-01-01 18:56:03 +01:00
parent 6382a99b97
commit 6a89974788
1 changed files with 1 additions and 1 deletions

View File

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