From 02a12fe304da59c6a68071af0c8587270870803d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 29 Dec 2010 13:28:16 +0100 Subject: better cleanup --- module/PyFile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/PyFile.py') 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) -- cgit v1.2.3