diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 15:13:10 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-19 15:13:10 +0100 |
commit | adcc953b4dd2dce1f91bd7cd11105e9f0653f704 (patch) | |
tree | 99f7d9dd6111664d7555a8d8dba28158983ad3e2 /module/thread_list.py | |
parent | cleaned (diff) | |
download | pyload-adcc953b4dd2dce1f91bd7cd11105e9f0653f704.tar.xz |
fixed reconnect
Diffstat (limited to 'module/thread_list.py')
-rw-r--r-- | module/thread_list.py | 1 |
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 |