From c0f373528c55fc11d3ef592b3b1f7207306852c0 Mon Sep 17 00:00:00 2001 From: RaNaN <Mast3rRaNaN@hotmail.de> Date: Tue, 8 Oct 2013 18:47:27 +0200 Subject: adapter simplecrypter plugin --- pyload/threads/ThreadManager.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pyload/threads/ThreadManager.py') diff --git a/pyload/threads/ThreadManager.py b/pyload/threads/ThreadManager.py index 07b0cd6e9..55cfcbfd2 100644 --- a/pyload/threads/ThreadManager.py +++ b/pyload/threads/ThreadManager.py @@ -94,13 +94,7 @@ class ThreadManager: oc = OnlineCheck(rid, user) self.infoResults[rid] = oc - # maps url to plugin - urls = [] - for links in data.itervalues(): - for link in links: - urls.append((link.url, link.plugin)) - - InfoThread(self, user, urls, oc=oc) + InfoThread(self, user, data, oc=oc) return rid -- cgit v1.2.3