From 0e843b30e373d286df59fe768fb43a39e1416b61 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 18 Aug 2009 20:56:50 +0200 Subject: Updated Config System --- module/Py_Load_File.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/Py_Load_File.py') diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index 570e605cd..278b8f6c7 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -30,8 +30,8 @@ class PyLoadFile: def init_download(self): - if self.parent.config['useproxy']: - self.plugin.req.add_proxy(self.parent.config['proxyprotocol'], self.parent.config['proxyadress']) + if self.parent.config['proxy']['activated']: + self.plugin.req.add_proxy(self.parent.config['proxy']['protocol'], self.parent.config['proxy']['adress']) #@todo: check dependicies, ocr etc -- cgit v1.2.3