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)