diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-29 13:28:16 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-29 13:28:16 +0100 |
commit | 02a12fe304da59c6a68071af0c8587270870803d (patch) | |
tree | fc5f0c147772ab20ff114f305ce960772f8a163b /module/PyFile.py | |
parent | fixed accounts (diff) | |
download | pyload-02a12fe304da59c6a68071af0c8587270870803d.tar.xz |
better cleanup
Diffstat (limited to 'module/PyFile.py')
-rw-r--r-- | module/PyFile.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/PyFile.py b/module/PyFile.py index 648b7e838..45add5a47 100644 --- a/module/PyFile.py +++ b/module/PyFile.py @@ -121,9 +121,8 @@ class PyFile(): self.sync() if hasattr(self, "plugin"): + self.plugin.clean() del self.plugin - if hasattr(self, "download"): - del self.download self.m.releaseLink(self.id) |