diff --git a/pywal/wal.py b/pywal/wal.py index fa0eb3e..695645a 100644 --- a/pywal/wal.py +++ b/pywal/wal.py @@ -25,7 +25,7 @@ def get_image(img, cache_dir=CACHE_DIR): def create_palette(img, cache_dir=CACHE_DIR, - color_count=COLOR_COUNT, quiet=False): + color_count=COLOR_COUNT, quiet=True): """Create a palette and return it as a dict.""" return magic.get_colors(img, cache_dir, color_count, quiet)