changed error strings a bit

This commit is contained in:
neersighted 2012-02-28 08:05:41 +08:00 committed by lukeroge
parent 336b81abc0
commit ea2468b742

View file

@ -49,7 +49,7 @@ def lastfm(inp, nick='', say=None, db=None, bot=None):
track = tracks
status = 'last track'
else:
return "error parsing track listing"
return "error: could not parse track listing"
title = track["name"]
album = track["album"]["#text"]