diff options
author | spoob <spoob@gmx.de> | 2010-04-07 18:53:37 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-04-07 18:53:37 +0200 |
commit | b69bf6c7e900d3a8bc26abf421d7f186967b384d (patch) | |
tree | 142628b59096c299b87529367e0b1400c2506598 /module/Plugin.py | |
parent | Some Youtube Fixes, ugly (diff) | |
download | pyload-b69bf6c7e900d3a8bc26abf421d7f186967b384d.tar.xz |
Fixed Xup.in
Diffstat (limited to 'module/Plugin.py')
-rw-r--r-- | module/Plugin.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/Plugin.py b/module/Plugin.py index a9de48c3a..ff4c66c01 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -53,20 +53,16 @@ class Plugin(): def prepare(self, thread): pyfile = self.parent - self.want_reconnect = False - pyfile.status.exists = self.file_exists() if not pyfile.status.exists: return False pyfile.status.filename = self.get_file_name() - pyfile.status.waituntil = self.time_plus_wait pyfile.status.url = self.get_file_url() pyfile.status.want_reconnect = self.want_reconnect - thread.wait(self.parent) return True |