diff options
| author | dylan araps <dylan.araps@gmail.com> | 2017-07-20 13:40:31 +1000 |
|---|---|---|
| committer | dylan araps <dylan.araps@gmail.com> | 2017-07-20 13:40:31 +1000 |
| commit | 88bdd9ab013bad324e1f3f4ad8516fd6d55ca312 (patch) | |
| tree | e41af644ec255deecda3156f2581182d312e7662 /pywal/magic.py | |
| parent | 8917eef29e0d9279a74c35e0a59b29c9a89fbbc7 (diff) | |
api: Use wal file in __main__.py
Diffstat (limited to 'pywal/magic.py')
| -rw-r--r-- | pywal/magic.py | 2 |
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") |
