X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fwebserv.py;h=0845924916f48f1316eea5946974182b033dd67b;hb=d4e415f6ca4516f2403e582a05facda72db3c322;hp=4996622c028c24da238b06032bb39c79d51d0b03;hpb=e48dd20fe58f25ee7491d7a62f691917e1e5a73f;p=mpd-sima.git diff --git a/sima/lib/webserv.py b/sima/lib/webserv.py index 4996622..0845924 100644 --- a/sima/lib/webserv.py +++ b/sima/lib/webserv.py @@ -57,6 +57,7 @@ def cache(func): class WebService(Plugin): """similar artists webservice """ + # pylint: disable=bad-builtin def __init__(self, daemon): Plugin.__init__(self, daemon) @@ -189,6 +190,8 @@ class WebService(Plugin): return as_art def get_recursive_similar_artist(self): + """Check against local player for similar artists (recursive w/ history) + """ if not self.player.playlist: return history = list(self.history)