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:
@@ -421,6 +421,8 @@ if __name__ == '__main__':
|
|||||||
if not os.path.exists("Music"):
|
if not os.path.exists("Music"):
|
||||||
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(
|
||||||
@@ -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