From baeb37d1249e343a6c26ac43baa30b904a4c5291 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 31 Jan 2015 14:53:18 -0500 Subject: [PATCH] LastFM: make plugin threaded --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 706e79c..7d34414 100644 --- a/plugin.py +++ b/plugin.py @@ -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)