diff --git a/SetUp.md b/SetUp.md index 602867b..69ab69e 100644 --- a/SetUp.md +++ b/SetUp.md @@ -3,7 +3,7 @@ ## Spotify * Create a [Spotify Application](https://developer.spotify.com/dashboard/applications) -* Put aside: +* Take note of: * `Client ID` * `Client Secret` * Click on **Edit Settings** diff --git a/api/spotify.py b/api/spotify.py index 5847a4d..616a4cc 100644 --- a/api/spotify.py +++ b/api/spotify.py @@ -73,7 +73,7 @@ def loadImageB64(url): return b64encode(resposne.content).decode("ascii") def makeSVG(data): - barCount = 83 + barCount = 84 contentBar = "".join(["
" for i in range(barCount)]) barCSS = barGen(barCount) diff --git a/api/templates/spotify.html.j2 b/api/templates/spotify.html.j2 index 2d3ecc0..b1d3b81 100644 --- a/api/templates/spotify.html.j2 +++ b/api/templates/spotify.html.j2 @@ -53,11 +53,7 @@ color: #b3b3b3; text-align: center; margin-bottom: 5px; - } - - .logo { - margin-left: 5px; - margin-top: 5px; + margin-top: 4px; } .cover {