From 9e78e0db366f4831ec9abf0a937c81740f4bab7f Mon Sep 17 00:00:00 2001 From: novatorem Date: Mon, 20 Jul 2020 23:38:36 -0400 Subject: [PATCH] Balanced bars --- api/spotify-playing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/spotify-playing.py b/api/spotify-playing.py index aed6b27..fd98229 100644 --- a/api/spotify-playing.py +++ b/api/spotify-playing.py @@ -77,7 +77,7 @@ def loadImageB64(url): return b64encode(resposne.content).decode("ascii") def makeSVG(data): - barCount = 87 + barCount = 85 contentBar = "".join(["
" for i in range(barCount)]) barCSS = barGen(barCount)