summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-19 15:13:10 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-19 15:13:10 +0100
commitadcc953b4dd2dce1f91bd7cd11105e9f0653f704 (patch)
tree99f7d9dd6111664d7555a8d8dba28158983ad3e2 /module/thread_list.py
parentcleaned (diff)
downloadpyload-adcc953b4dd2dce1f91bd7cd11105e9f0653f704.tar.xz
fixed reconnect
Diffstat (limited to 'module/thread_list.py')
-rw-r--r--module/thread_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/thread_list.py b/module/thread_list.py
index 1020f9ce1..52d06aae4 100644
--- a/module/thread_list.py
+++ b/module/thread_list.py
@@ -110,6 +110,7 @@ class Thread_List(object):
newLinks = 0
if pyfile.plugin.links:
for link in pyfile.plugin.links:
+ print link
newFile = self.list.collector.addLink(link)
self.list.packager.addFileToPackage(pyfile.package.data["id"], self.list.collector.popFile(newFile))
newLinks += 1