mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-07-11 11:35:26 +02:00
general: Disable notifications by default.
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user