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)