Language fixes and improvements

This commit is contained in:
Lartza
2018-06-18 13:22:43 +03:00
parent 995d5f52e4
commit cf9d56ada7
4 changed files with 15 additions and 15 deletions

View File

@ -65,7 +65,7 @@ def get_radio_title(url):
return title.decode()
except (urllib.error.URLError, urllib.error.HTTPError):
pass
return 'Impossible to get the music title'
return 'Unable to get the music title'
def get_url(string):