From 2601caead656b41cc69bc2c1d2b1a11c7edf2e2b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 17 Jan 2018 09:09:34 +1100 Subject: tests: Update tests. --- pywal/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pywal') diff --git a/pywal/colors.py b/pywal/colors.py index 1fa4b0e..f140887 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -114,6 +114,6 @@ def file(input_file): data["wallpaper"] = "None" if "alpha" not in data: - data["alpha"] = 100 + data["alpha"] = "100" return data -- cgit v1.2.3