diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-19 18:18:25 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-19 18:18:25 +0100 |
commit | eb9a72aeda45be2370522d79f686f0f43d973fa5 (patch) | |
tree | b27f55268a8d8a5e5b7bde91da74b2f309ee020a /module/PyFile.py | |
parent | new cryptit plugin (diff) | |
download | pyload-eb9a72aeda45be2370522d79f686f0f43d973fa5.tar.xz |
fixed cleanup
Diffstat (limited to 'module/PyFile.py')
-rw-r--r-- | module/PyFile.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/PyFile.py b/module/PyFile.py index 68b25fd58..1a574d51d 100644 --- a/module/PyFile.py +++ b/module/PyFile.py @@ -123,6 +123,8 @@ class PyFile(): if hasattr(self, "plugin") and self.plugin: self.plugin.clean() del self.plugin + if hasattr(self.progress, "notify"): + del self.progress.notify self.m.releaseLink(self.id) |