diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-03 00:29:40 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-03 00:29:40 +0200 |
commit | bdd63224c2d3760a0ded8be2b354abc139a1e858 (patch) | |
tree | a1c571de2b1e7534f6571834f6fccd57574b4b15 /module/PyFile.py | |
parent | fix (diff) | |
download | pyload-bdd63224c2d3760a0ded8be2b354abc139a1e858.tar.xz |
wupload fix
Diffstat (limited to 'module/PyFile.py')
-rw-r--r-- | module/PyFile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PyFile.py b/module/PyFile.py index 0b5dc48be..25e65e34a 100644 --- a/module/PyFile.py +++ b/module/PyFile.py @@ -172,7 +172,7 @@ class PyFile(object): def finishIfDone(self): """set status to finish and release file if every thread is finished with it""" - + if self.id in self.m.core.threadManager.processingIds(): return False |