diff --git a/copyparty/ico.py b/copyparty/ico.py index f49e8071..5d79e9e4 100644 --- a/copyparty/ico.py +++ b/copyparty/ico.py @@ -101,6 +101,6 @@ class Ico(object): else: y = "50%" - svg = svg.format(h, y, accent, txt) + svg = svg.format(h, y, accent or '#000', txt) return "image/svg+xml", svg.encode("utf-8")