less verbose output

This commit is contained in:
Matthias Jacob 2023-03-09 23:25:43 +01:00
parent 175a2a9b0c
commit 664392fe0e
1 changed files with 7 additions and 5 deletions

12
main.py
View File

@ -69,11 +69,13 @@ def update_spotify_from_export():
else:
other_links.append(i['link'])
print(spotify_links)
print(yt_links)
print(soundcloud_links)
print(bandcamp)
print(other_links)
#print(spotify_links)
#print(yt_links)
#print(soundcloud_links)
#print(bandcamp)
#print(other_links)
print(f'Spotify tracks: {len(spotify_links)}')
scope = "playlist-modify-private"
os.environ['SPOTIPY_REDIRECT_URI'] = 'https://example.com/callback'