summaryrefslogtreecommitdiff
path: root/pywal/magic.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/magic.py')
-rw-r--r--pywal/magic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/magic.py b/pywal/magic.py
index 0cc868a..cf468e7 100644
--- a/pywal/magic.py
+++ b/pywal/magic.py
@@ -53,7 +53,7 @@ def gen_colors(img):
return [re.search("#.{6}", str(col)).group(0) for col in raw_colors]
-def get_colors(img, quiet):
+def get_colors(img, quiet=False):
"""Get the colorscheme."""
# Cache the wallpaper name.
util.save_file(img, CACHE_DIR / "wal")