diff options
author | mkaay <mkaay@mkaay.de> | 2011-01-27 01:56:58 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-01-27 01:56:58 +0100 |
commit | 7eb04fbfb9287f59da58800e2546ccfddbe1902f (patch) | |
tree | d137b515e4d521185090d287297ed3843a84d758 /module/plugins | |
parent | gui overview size calc fix, width issue (diff) | |
download | pyload-7eb04fbfb9287f59da58800e2546ccfddbe1902f.tar.xz |
some improvements
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/Plugin.py | 4 |
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 |