mirror of
git://git.acid.vegas/scroll.git
synced 2024-11-07 08:46:45 +00:00
Added missing alert on settings change and fixed missing palette argument
This commit is contained in:
parent
b6abd6d6f9
commit
9ccfe4aa84
@ -92,7 +92,7 @@ def convert_image(image, max_line_len, img_width, palette):
|
||||
if len(buf[-1].encode('utf-8', 'ignore')) > max_line_len:
|
||||
if img_width - 5 < 10:
|
||||
raise Exception('internal error')
|
||||
return convert_image(image, max_line_len, img_width-5)
|
||||
return convert_image(image, max_line_len, img_width-5, palette)
|
||||
return buf
|
||||
|
||||
def hex_to_rgb(color):
|
||||
|
Loading…
Reference in New Issue
Block a user