mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Change order of eyed3.log.setLevel()
This commit is contained in:
@@ -422,6 +422,8 @@ if __name__ == '__main__':
|
|||||||
os.makedirs("Music")
|
os.makedirs("Music")
|
||||||
open('list.txt', 'a').close()
|
open('list.txt', 'a').close()
|
||||||
|
|
||||||
|
eyed3.log.setLevel("ERROR")
|
||||||
|
|
||||||
# Please respect this user token :)
|
# Please respect this user token :)
|
||||||
oauth2 = oauth2.SpotifyClientCredentials(
|
oauth2 = oauth2.SpotifyClientCredentials(
|
||||||
client_id='4fe3fecfe5334023a1472516cc99d805',
|
client_id='4fe3fecfe5334023a1472516cc99d805',
|
||||||
@@ -445,6 +447,5 @@ if __name__ == '__main__':
|
|||||||
if args.list:
|
if args.list:
|
||||||
grabList(file='list.txt')
|
grabList(file='list.txt')
|
||||||
exit()
|
exit()
|
||||||
eyed3.log.setLevel("ERROR")
|
|
||||||
|
|
||||||
spotifyDownload()
|
spotifyDownload()
|
||||||
|
|||||||
Reference in New Issue
Block a user