diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-21 11:21:18 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-21 11:21:18 +1000 |
| commit | 97de3110de378856e04ce17d41a8d75935b28767 (patch) | |
| tree | 2355923e4f2c0afc02269c6ff013268245d5910b | |
| parent | 3d1f11b1bd70b17567808849fd9eb3346599bb53 (diff) | |
examples: Update example
| -rw-r--r-- | examples/example_custom_cache.py | 2 |
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. |
