Исключение из логов сообщений 'Lame tag CRC check failed'
This commit is contained in:
parent
03c83c9152
commit
af6a0bac3b
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -274,6 +274,7 @@ def set_id3_tags(path: Path, track: BasicTrackInfo, lyrics: Optional[str],
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
eyed3.log.setLevel("ERROR")
|
||||
parser = argparse.ArgumentParser(description='Загрузчик музыки с сервиса Яндекс.Музыка')
|
||||
|
||||
def help_str(text: Optional[str] = None) -> str:
|
||||
|
|
|
|||
Loading…
Reference in a new issue