changed error strings a bit
This commit is contained in:
parent
336b81abc0
commit
ea2468b742
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def lastfm(inp, nick='', say=None, db=None, bot=None):
|
||||||
track = tracks
|
track = tracks
|
||||||
status = 'last track'
|
status = 'last track'
|
||||||
else:
|
else:
|
||||||
return "error parsing track listing"
|
return "error: could not parse track listing"
|
||||||
|
|
||||||
title = track["name"]
|
title = track["name"]
|
||||||
album = track["album"]["#text"]
|
album = track["album"]["#text"]
|
||||||
|
|
Reference in a new issue