From 97de3110de378856e04ce17d41a8d75935b28767 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 21 Jul 2017 11:21:18 +1000 Subject: examples: Update example --- examples/example_custom_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example_custom_cache.py') diff --git a/examples/example_custom_cache.py b/examples/example_custom_cache.py index c2edb4c..5e74350 100644 --- a/examples/example_custom_cache.py +++ b/examples/example_custom_cache.py @@ -25,7 +25,7 @@ def main(): # # The last argument is 'quiet' mode. When set to true, no notifications # are displayed. - colors = pywal.create_palette(image, CACHE_DIR, COLOR_COUNT, True) + colors = pywal.create_palette(image, CACHE_DIR, COLOR_COUNT, quiet=True) # Apply the palette to all open terminals. # Second argument is a boolean for VTE terminals. -- cgit v1.2.3