mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
colors: Fix test.
This commit is contained in:
parent
3fc3b5e033
commit
634051fe84
@ -42,7 +42,7 @@ def gen_colors(img, color_count):
|
||||
if len(raw_colors) > 16:
|
||||
break
|
||||
|
||||
elif index == 20:
|
||||
elif index == 19:
|
||||
print("colors: Imagemagick couldn't generate a suitable scheme",
|
||||
"for the image. Exiting...")
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user