mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-07 05:48:15 +01:00
Song name limit
This commit is contained in:
@@ -77,7 +77,7 @@ def loadImageB64(url):
|
||||
return b64encode(resposne.content).decode("ascii")
|
||||
|
||||
def makeSVG(data):
|
||||
barCount = 85
|
||||
barCount = 83
|
||||
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
|
||||
barCSS = barGen(barCount)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user