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:
|
else:
|
||||||
other_links.append(i['link'])
|
other_links.append(i['link'])
|
||||||
|
|
||||||
print(spotify_links)
|
#print(spotify_links)
|
||||||
print(yt_links)
|
#print(yt_links)
|
||||||
print(soundcloud_links)
|
#print(soundcloud_links)
|
||||||
print(bandcamp)
|
#print(bandcamp)
|
||||||
print(other_links)
|
#print(other_links)
|
||||||
|
|
||||||
|
print(f'Spotify tracks: {len(spotify_links)}')
|
||||||
|
|
||||||
scope = "playlist-modify-private"
|
scope = "playlist-modify-private"
|
||||||
os.environ['SPOTIPY_REDIRECT_URI'] = 'https://example.com/callback'
|
os.environ['SPOTIPY_REDIRECT_URI'] = 'https://example.com/callback'
|
||||||
|
|
Loading…
Reference in New Issue