summaryrefslogtreecommitdiff
path: root/examples/example_custom_cache.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-21 11:21:18 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-21 11:21:18 +1000
commit97de3110de378856e04ce17d41a8d75935b28767 (patch)
tree2355923e4f2c0afc02269c6ff013268245d5910b /examples/example_custom_cache.py
parent3d1f11b1bd70b17567808849fd9eb3346599bb53 (diff)
examples: Update example
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.