X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;fp=sima%2Flib%2Fwebserv.py;h=7609da765b5f7f820007590ef2b249ecb1df1662;hb=70bf86ca3f65a550436cdc70326cb8601f24e5a6;hp=36b364ff5abd742ea5b619baa7ac6f85752cceca;hpb=fadd1129df18b9140f08b99682409eba7d912553;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 36b364f..7609da7 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -226,6 +226,7 @@ class WebService(Plugin): return [] tolookfor = self.player.playlist[-1].Artist self.log.info('Looking for artist similar to "{}"'.format(tolookfor)) + self.log.debug(repr(tolookfor)) similar = self.ws_similar_artists(tolookfor) if not similar: self.log.info('Got nothing from {0}!'.format(self.ws.name))