less verbose output
This commit is contained in:
parent
175a2a9b0c
commit
664392fe0e
12
main.py
12
main.py
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue