diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-31 17:05:41 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-31 17:05:41 +1100 |
| commit | 9efc64f170fa608fd9e0d91b3f13e033af12919c (patch) | |
| tree | c1cb598fa96830dd05095b42beaaf2e83812f8c4 /pywal/colors.py | |
| parent | 44d8402e6e9be94fc615c2df1f66417acecff9d5 (diff) | |
pylint: fixes
Diffstat (limited to 'pywal/colors.py')
| -rw-r--r-- | pywal/colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py index 164f34a..20110da 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -53,7 +53,7 @@ def generic_adjust(colors, light): return colors -def gen(img, light=False, backend="wal", cache_dir=CACHE_DIR): +def get(img, light=False, backend="wal", cache_dir=CACHE_DIR): """Generate a palette.""" # home_dylan_img_jpg_backend_1.2.2.json color_type = "light" if light else "dark" |
