X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fplugins%2Finternal%2Flastfm.py;fp=sima%2Fplugins%2Finternal%2Flastfm.py;h=457deb564a38e58b67e0f45990cbf49d15a22104;hb=37dd60538984a3917354b794a5c96b0a025f8e95;hp=81a2b1cb7f2db8f315843a51803be248b6999ee8;hpb=4588df9c898a607a53072957a1ed829601dd0958;p=mpd-sima.git diff --git a/sima/plugins/internal/lastfm.py b/sima/plugins/internal/lastfm.py index 81a2b1c..457deb5 100644 --- a/sima/plugins/internal/lastfm.py +++ b/sima/plugins/internal/lastfm.py @@ -44,7 +44,8 @@ class Lastfm(WebService): persitent_cache = daemon.config.getboolean('lastfm', 'cache') if persitent_cache: CacheController.CACHE_ANYWAY = True - self.log.debug('Persistant cache enabled in %s', join(vardir, 'http', 'LastFM')) + self.log.debug('Persistant cache enabled in %s', + join(vardir, 'http', 'LastFM')) SimaFM.cache = FileCache(join(vardir, 'http', 'LastFM')) self.ws = SimaFM()