summaryrefslogtreecommitdiff
path: root/pywal/util.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-12-27 17:34:21 +1100
committerDylan Araps <dylan.araps@gmail.com>2017-12-27 17:34:21 +1100
commit57e6ef173d4fccb90cacf50a00ddb4dd54ebe963 (patch)
tree4ee2f77d40cb9ccaddf570b4d45a7f7ce4923722 /pywal/util.py
parent72a7713ca8415f22198ff6abdb60b9ab44f4e974 (diff)
reload: Remove -r
Diffstat (limited to 'pywal/util.py')
-rw-r--r--pywal/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/util.py b/pywal/util.py
index 37df3a8..cef5a63 100644
--- a/pywal/util.py
+++ b/pywal/util.py
@@ -10,6 +10,7 @@ import subprocess
class Color:
"""Color formats."""
alpha_num = 100
+ sequences = ""
def __init__(self, hex_color):
self.hex_color = hex_color