mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-30 15:31:11 -05:00
Update LastFM snapshot
- baeb37d LastFM: Make plugin threaded
This commit is contained in:
commit
a6c7d078b4
@ -79,7 +79,7 @@ class LastFMParser:
|
|||||||
return (user, isNowPlaying, artist, track, album, time)
|
return (user, isNowPlaying, artist, track, album, time)
|
||||||
|
|
||||||
class LastFM(callbacks.Plugin):
|
class LastFM(callbacks.Plugin):
|
||||||
|
threaded = True
|
||||||
def __init__(self, irc):
|
def __init__(self, irc):
|
||||||
self.__parent = super(LastFM, self)
|
self.__parent = super(LastFM, self)
|
||||||
self.__parent.__init__(irc)
|
self.__parent.__init__(irc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user