summaryrefslogtreecommitdiff
path: root/examples/example_custom_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_custom_cache.py')
-rw-r--r--examples/example_custom_cache.py2
1 files changed, 1 insertions, 1 deletions
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.