From b979df0e3a1e710bc929375c56f137522f9d58bd Mon Sep 17 00:00:00 2001 From: Til Date: Fri, 8 May 2026 07:37:56 +0200 Subject: [PATCH] fix for last commit --- copyparty/ico.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/ico.py b/copyparty/ico.py index 5c33a8fd..17fae2fd 100644 --- a/copyparty/ico.py +++ b/copyparty/ico.py @@ -109,7 +109,7 @@ class Ico(object): else: y = "55%" - svg = svg.format(h, c[:6], y, c[6:], txt) + #svg = svg.format(h, c[:6], y, c[6:], txt) if(len(ext) > 3): fontsz = 12 / len(ext) * 3