From 7eb04fbfb9287f59da58800e2546ccfddbe1902f Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 27 Jan 2011 01:56:58 +0100 Subject: some improvements --- module/plugins/Plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index f66a53bdc..e1c24a7f6 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -311,8 +311,6 @@ class Plugin(object): self.pyfile.setStatus("downloading") - self.pyfile.size = 0 - download_folder = self.config['general']['download_folder'] location = save_join(download_folder, self.pyfile.package().folder) @@ -400,4 +398,4 @@ class Plugin(object): if hasattr(self, "thread"): del self.thread if hasattr(self, "html"): - del self.html \ No newline at end of file + del self.html -- cgit v1.2.3