Browse Source

Remove bars

add-license-1
novatorem 5 years ago
parent
commit
6e3b0cb375
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")
def makeSVG(data):
barCount = 90
barCount = 87
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
barCSS = barGen(barCount)


Loading…
Cancel
Save