diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-16 20:11:57 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-16 20:11:57 +0200 |
commit | 218ef6ec665fac20928d293e950458960f36c633 (patch) | |
tree | b2d279d6e45ac1b556db5df215ebb464333a0891 /module/PyFile.py | |
parent | updated thrift, --clean method, youtube fix closed #379 (diff) | |
download | pyload-218ef6ec665fac20928d293e950458960f36c633.tar.xz |
plugin unloading, closed #377, some fixes
Diffstat (limited to 'module/PyFile.py')
-rw-r--r-- | module/PyFile.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/PyFile.py b/module/PyFile.py index 07347fb93..de8ed1145 100644 --- a/module/PyFile.py +++ b/module/PyFile.py @@ -194,6 +194,9 @@ class PyFile(object): self.release() self.m.checkAllLinksFinished() return True + + def checkIfProcessed(self): + self.m.checkAllLinksProcessed(self.id) def formatWait(self): """ formats and return wait time in humanreadable format """ |