Skip to content

Commit

Permalink
Merge pull request #82 from EmbroidePy/tatarizejson-hex
Browse files Browse the repository at this point in the history
Minor JSON tweak, to use hexcolor.
  • Loading branch information
tatarize authored Aug 31, 2019
2 parents aa4cf5d + ae25b90 commit 2df482d
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 2df482d

Please sign in to comment.