X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fplugins%2Finternal%2Fechonest.py;h=a6dda9364378680fe384b428e449094aabdff5f2;hb=c2c435f2d5a6e13d610f91d16764a62ae6cb315a;hp=c9a02e8a0e32fc476a30b893d04856cbf68fa458;hpb=63563d000f2646724c1ff91eb6fcca01f5201d23;p=mpd-sima.git diff --git a/sima/plugins/internal/echonest.py b/sima/plugins/internal/echonest.py index c9a02e8..a6dda93 100644 --- a/sima/plugins/internal/echonest.py +++ b/sima/plugins/internal/echonest.py @@ -41,7 +41,7 @@ class EchoNest(WebService): # Set persitent cache vardir = daemon.config['sima']['var_dir'] SimaEch.cache = FileCache(join(vardir, 'http', 'EchoNest')) - self.ws = SimaEch + self.ws = SimaEch() # VIM MODLINE # vim: ai ts=4 sw=4 sts=4 expandtab