Skip to content

Commit

Permalink
update EmbThread (chart)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaalleen committed Dec 30, 2022
1 parent a0a4539 commit 9347ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyembroidery/EmbThread.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def set(self, thread):
self.brand = thread["brand"]
if "manufacturer" in thread:
self.brand = thread["manufacturer"]
if "chart" in thread:
self.chart = thread["chart"]
if "color" in thread or "rgb" in thread:
try:
color = thread["color"]
Expand Down

0 comments on commit 9347ea8

Please sign in to comment.