Merge pull request #82 from EmbroidePy/tatarizejson-hex

Minor JSON tweak, to use hexcolor.
pull/84/head 1.4.11
tatarize 2019-08-31 01:46:56 -07:00 zatwierdzone przez GitHub
commit 2df482ddfa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,