summaryrefslogtreecommitdiff
path: root/pywal/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/util.py')
-rw-r--r--pywal/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/util.py b/pywal/util.py
index 6f9376a..28048ba 100644
--- a/pywal/util.py
+++ b/pywal/util.py
@@ -20,7 +20,7 @@ class Color:
@property
def rgb(self):
"""Convert a hex color to rgb."""
- return "%s,%s,%s" % (*hex_to_rgb(self.hex_color))
+ return "%s,%s,%s" % (*hex_to_rgb(self.hex_color),)
@property
def xrgba(self):