general: Disable notifications by default.

This commit is contained in:
Dylan Araps 2017-07-22 10:58:14 +10:00
parent 38afea4f2e
commit 7d1fc8d4d3

View File

@ -25,7 +25,7 @@ def get_image(img, cache_dir=CACHE_DIR):
def create_palette(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.""" """Create a palette and return it as a dict."""
return magic.get_colors(img, cache_dir, color_count, quiet) return magic.get_colors(img, cache_dir, color_count, quiet)