X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;h=dcc8707cb7a3f8dc43d3980e6149471bd6aca7a6;hb=3b644abeb62f0999de6d09e131a7f82c26165820;hp=6a127f469f3116b74418fb804aa0499d98e8b2c3;hpb=d86ba5f99e61ff81ab750aba226df8b8a78dcae5;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 6a127f4..dcc8707 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -368,7 +368,7 @@ class WebService(Plugin): artists = self.get_local_similar_artists() nbtracks_target = self.plugin_conf.getint('track_to_add') for artist in artists: - self.log.debug('Trying to find titles to add for "{}"'.format( + self.log.debug('Trying to find titles to add for "{!r}"'.format( artist)) found = self.player.find_track(artist) random.shuffle(found)