summaryrefslogtreecommitdiffstats
path: root/module/Py_Load_File.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-15 23:03:27 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-15 23:03:27 +0200
commitd447ff0ce089ed740350d50169917d3f3cfbfa27 (patch)
tree6df6fd223d37fb01b5544c460e221d2226b0e1ba /module/Py_Load_File.py
parentAdded Lix.in Container Plugin (diff)
parentnew file list class (diff)
downloadpyload-d447ff0ce089ed740350d50169917d3f3cfbfa27.tar.xz
Added Stealth.to Container Plugin
Diffstat (limited to 'module/Py_Load_File.py')
-rw-r--r--module/Py_Load_File.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py
index cbbc5ab6b..2bc6d4965 100644
--- a/module/Py_Load_File.py
+++ b/module/Py_Load_File.py
@@ -33,10 +33,11 @@ class PyLoadFile:
if self.parent.config['useproxy']:
self.plugin.req.add_proxy(self.parent.config['proxyprotocol'], self.parent.config['proxyadress'])
+ self.plugin.want_reconnect = False
self.status.exists = self.plugin.file_exists()
if self.status.exists:
self.status.filename = self.plugin.get_file_name()
self.status.waituntil = self.plugin.time_plus_wait
self.status.url = self.plugin.get_file_url()
- self.status.want_reconnect = self.plugin.want_reconnect \ No newline at end of file
+ self.status.want_reconnect = self.plugin.want_reconnect