diff options
author | Jeix <devnull@localhost> | 2010-06-16 21:22:25 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-06-16 21:22:25 +0200 |
commit | e6b3dea3fcd90b041917ab626542d3c16a997c04 (patch) | |
tree | c11eac50d07254c8867abcf71a2490e9ccbf5aa4 /module | |
parent | next try to fix the fix (diff) | |
download | pyload-e6b3dea3fcd90b041917ab626542d3c16a997c04.tar.xz |
better fix
Diffstat (limited to 'module')
-rw-r--r-- | module/ThreadManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py index 7a8802d8f..307728fb3 100644 --- a/module/ThreadManager.py +++ b/module/ThreadManager.py @@ -164,8 +164,8 @@ class ThreadManager(Thread): newFile = self.list.collector.addLink(link) pid = pyfile.package.data["id"] self.list.packager.addFileToPackage(pyfile.package.data["id"], self.list.collector.popFile(newFile)) - self.list.packager.pushPackage2Queue(pid) newLinks += 1 + self.list.packager.pushPackage2Queue(pid) self.list.packager.removeFileFromPackage(pyfile.id, pyfile.package.data["id"]) |