This commit is contained in:
DarkCat09 2023-03-01 18:33:27 +04:00
parent ea6671d954
commit 08c8a16eb9

View file

@ -316,7 +316,8 @@ def parse_azlyrics(link: str) -> None:
print('Track:', parsed['track_no'], '/', parsed['tracks'])
print('Correct something?')
if input('[y/N] ').lower == 'y':
if input('[y/N] ').lower() == 'y':
print('Raising ParseError') # <-- TODO
raise ParseError(ParseError.EDIT)
print()