This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
spotify-readme
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Balanced bars
add-license-1
novatorem
5 years ago
parent
6e3b0cb375
commit
9e78e0db36
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
=
8
7
barCount
=
8
5
contentBar
=
"
"
.
join
(
[
"
<div class=
'
bar
'
></div>
"
for
i
in
range
(
barCount
)
]
)
barCSS
=
barGen
(
barCount
)
Write
Preview
Loading…
Cancel
Save