kopia lustrzana https://github.com/inkstitch/inkstitch
ut8-threads (#1179)
rodzic
77a1ad3830
commit
f74bae1aa6
|
|
@ -38,7 +38,7 @@ class ThreadPalette(Set):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
with open(palette_file) as palette:
|
with open(palette_file, encoding='utf8') as palette:
|
||||||
line = palette.readline().strip()
|
line = palette.readline().strip()
|
||||||
if line.lower() != "gimp palette":
|
if line.lower() != "gimp palette":
|
||||||
raise ValueError("Invalid gimp palette header")
|
raise ValueError("Invalid gimp palette header")
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
<link rel="stylesheet" href="resources/{{ l }}.css" />
|
<link rel="stylesheet" href="resources/{{ l }}.css" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
||||||
|
<meta charset="UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include 'ui.html' %}
|
{% include 'ui.html' %}
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue