aboutsummaryrefslogtreecommitdiff
path: root/examples/example_custom_cache.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-21 11:21:18 +1000
committerDylan Araps <[email protected]>2017-07-21 11:21:18 +1000
commit97de3110de378856e04ce17d41a8d75935b28767 (patch)
tree2355923e4f2c0afc02269c6ff013268245d5910b /examples/example_custom_cache.py
parentutil: Add new msg function. (diff)
downloadpywal-97de3110de378856e04ce17d41a8d75935b28767.tar.xz
pywal-97de3110de378856e04ce17d41a8d75935b28767.zip
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.