summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-01-27 01:56:58 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-01-27 01:56:58 +0100
commit7eb04fbfb9287f59da58800e2546ccfddbe1902f (patch)
treed137b515e4d521185090d287297ed3843a84d758 /module/plugins
parentgui overview size calc fix, width issue (diff)
downloadpyload-7eb04fbfb9287f59da58800e2546ccfddbe1902f.tar.xz
some improvements
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/Plugin.py4
1 files changed, 1 insertions, 3 deletions
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