Change eyed3 log level to errors only

This commit is contained in:
Ritiek Malhotra
2017-04-20 19:54:10 +05:30
committed by GitHub
parent f7cf5f4601
commit 17551d5a57

View File

@@ -12,6 +12,8 @@ import os
import argparse
#import spotipy.util as util
eyed3.log.setLevel("ERROR")
os.chdir(path[0])
if not os.path.exists("Music"):