Skip to content

Commit

Permalink
csv : take the original color
Browse files Browse the repository at this point in the history
  • Loading branch information
vied12 committed Oct 7, 2014
1 parent 8c5bb9b commit 17d5380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/export_csv.py
Expand Up @@ -18,7 +18,7 @@
image = next(images, None),
image_back = next(images, None),
break_notch = pill.get("bruchrille").lower() == "nein",
color = ",".join(pill.get("colorz", [])),
color = pill.get("farbe"),
weight = pill.get("gewicht"),
diameter = pill.get("durchmesser"),
thickness = pill.get("dicke"),
Expand Down

0 comments on commit 17d5380

Please sign in to comment.