Browse Source

Balanced bars

add-license-1
novatorem 5 years ago
parent
commit
9e78e0db36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      api/spotify-playing.py

+ 1
- 1
api/spotify-playing.py View File

@ -77,7 +77,7 @@ def loadImageB64(url):
return b64encode(resposne.content).decode("ascii") return b64encode(resposne.content).decode("ascii")
def makeSVG(data): def makeSVG(data):
barCount = 87
barCount = 85
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)]) contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
barCSS = barGen(barCount) barCSS = barGen(barCount)


Loading…
Cancel
Save