This commit is contained in:
Josh Burman
2021-11-30 20:41:08 +00:00
parent 1649f5cee1
commit ebccd9522a

View File

@ -25,7 +25,7 @@ def items_csv_to_dict(items_csv_reader):
'value': row[key],
'type': 'metadata'
})
print(row(1 - len(headers)))
items.append(item)
return items