]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/webserv.py
Fixed some code style and comment
[mpd-sima.git] / sima / lib / webserv.py
index 35835c31b08d1a4fbd25bb7a0beddb80f3adf1ce..c6a906fce7f5a92091f426a18f266856e6d04d42 100644 (file)
@@ -253,7 +253,7 @@ class WebService(Plugin):
             return []
         tolookfor = self.player.playlist[-1].Artist
         self.log.info('Looking for artist similar to "%s"', tolookfor)
-        self.log.debug(repr(tolookfor))
+        self.log.debug('%r', tolookfor)
         similar = self.ws_similar_artists(tolookfor)
         if not similar:
             self.log.info('Got nothing from %s!', self.ws.name)