From 1bf4dde8a603fff337d022b606db638c982c9543 Mon Sep 17 00:00:00 2001 From: AnveshakR Date: Sat, 31 Aug 2024 22:01:12 -0500 Subject: [PATCH] updates poster size choices --- src/utils.py | 2 -- templates/mainpage.html | 12 ++++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/utils.py b/src/utils.py index d9df17b..2a70ac0 100644 --- a/src/utils.py +++ b/src/utils.py @@ -48,8 +48,6 @@ def spotify_data_pull(id, link_type='albums'): } if link_type == 'tracks': - print(id) - print("\n----------------\n") tracks_get = f'https://api.spotify.com/v1/tracks/{id}' r = requests.get(tracks_get, headers=headers) r = r.json() diff --git a/templates/mainpage.html b/templates/mainpage.html index 8767e6e..3f28c11 100644 --- a/templates/mainpage.html +++ b/templates/mainpage.html @@ -42,10 +42,14 @@

Spotify Poster Generator