mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-20 16:20:53 +02:00
general: Disable notifications by default.
This commit is contained in:
parent
38afea4f2e
commit
7d1fc8d4d3
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user