summaryrefslogtreecommitdiff
path: root/pywal/magic.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-22 10:51:52 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-22 10:51:52 +1000
commit38afea4f2ef5a4a04ef44139aa1ed01f3655a797 (patch)
treec8e3bc5f4eba14643ef5d6d8fd1c8f6e4eedbea2 /pywal/magic.py
parent3dd1fc9039822e4426d5dc8c3f807dd5f6f2d295 (diff)
General: move cache call
Diffstat (limited to 'pywal/magic.py')
-rw-r--r--pywal/magic.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pywal/magic.py b/pywal/magic.py
index 5768c71..b384b97 100644
--- a/pywal/magic.py
+++ b/pywal/magic.py
@@ -49,8 +49,6 @@ def gen_colors(img, color_count):
def get_colors(img, cache_dir, color_count, quiet):
"""Get the colorscheme."""
- util.save_file(img, cache_dir / "wal")
-
# _home_dylan_img_jpg.json
cache_file = cache_dir / "schemes" / \
img.replace("/", "_").replace(".", "_")