General: comment.

This commit is contained in:
Dylan Araps 2017-06-29 11:56:36 +10:00
parent 3b6475be1a
commit dc8b302180

View File

@ -123,7 +123,8 @@ def get_colors(img, quiet):
def sort_colors(colors): def sort_colors(colors):
"""Sort the generated colors.""" """Sort the generated colors and store them in a dict that
we will later save in json format."""
raw_colors = colors[:1] + colors[9:] + colors[8:] raw_colors = colors[:1] + colors[9:] + colors[8:]
# Special colors. # Special colors.