Skip to content

Commit

Permalink
Minor JSON tweak, to use hexcolor.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarize authored Aug 31, 2019
1 parent aa4cf5d commit ae25b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyembroidery/JsonWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def write(pattern, f, settings=None):
json_normal = {
"threadlist": [
{
"color": thread.color,
"color": thread.hex_color(),
"description": thread.description,
"catalog_number": thread.catalog_number,
"details": thread.details,
Expand Down

0 comments on commit ae25b90

Please sign in to comment.