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")
|
||||
open('list.txt', 'a').close()
|
||||
|
||||
eyed3.log.setLevel("ERROR")
|
||||
|
||||
# Please respect this user token :)
|
||||
oauth2 = oauth2.SpotifyClientCredentials(
|
||||
client_id='4fe3fecfe5334023a1472516cc99d805',
|
||||
@@ -445,6 +447,5 @@ if __name__ == '__main__':
|
||||
if args.list:
|
||||
grabList(file='list.txt')
|
||||
exit()
|
||||
eyed3.log.setLevel("ERROR")
|
||||
|
||||
spotifyDownload()
|
||||
|
||||
Reference in New Issue
Block a user