Update LastFM snapshot

- baeb37d LastFM: Make plugin threaded
This commit is contained in:
James Lu 2015-01-31 14:58:53 -05:00
commit a6c7d078b4

View File

@ -79,7 +79,7 @@ class LastFMParser:
return (user, isNowPlaying, artist, track, album, time)
class LastFM(callbacks.Plugin):
threaded = True
def __init__(self, irc):
self.__parent = super(LastFM, self)
self.__parent.__init__(irc)