From b611a98bae120cc4d463609017cd38d8e30f17ef Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 15 Mar 2014 11:55:05 +0100 Subject: [PATCH] Missing fireEvent import in torrentleech --- couchpotato/core/media/movie/providers/torrent/torrentleech.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/media/movie/providers/torrent/torrentleech.py b/couchpotato/core/media/movie/providers/torrent/torrentleech.py index 9de6451c..07ace2b9 100644 --- a/couchpotato/core/media/movie/providers/torrent/torrentleech.py +++ b/couchpotato/core/media/movie/providers/torrent/torrentleech.py @@ -1,3 +1,4 @@ +from couchpotato import fireEvent from couchpotato.core.helpers.encoding import tryUrlencode from couchpotato.core.logger import CPLog from couchpotato.core.media._base.providers.torrent.torrentleech import Base