diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 14:51:42 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 14:51:42 +1000 |
| commit | 38fcae33a09fae218fff7211725e3781f287f5a6 (patch) | |
| tree | 2690eff5dbce718af7ebabedbd7ec979feb3e6d0 /pywal/util.py | |
| parent | a0c130cbdaad332473d8c7ef573059e46fa189f9 (diff) | |
api: Added function to load colors from file.
Diffstat (limited to 'pywal/util.py')
| -rw-r--r-- | pywal/util.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pywal/util.py b/pywal/util.py index 6338989..1df3c9f 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -55,9 +55,6 @@ def read_file_json(input_file): with open(input_file, "r") as json_file: data = json.load(json_file) - if "wallpaper" not in data: - data["wallpaper"] = "None" - return data |
