From 6e3b0cb3756310c8377d996bacf6bf0a43fc793f Mon Sep 17 00:00:00 2001 From: novatorem Date: Mon, 20 Jul 2020 23:37:06 -0400 Subject: [PATCH] Remove 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 c3fdfe5..aed6b27 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 = 90 + barCount = 87 contentBar = "".join(["
" for i in range(barCount)]) barCSS = barGen(barCount)