From 0a305f78abacdd38f5b9b9af4aa3c4c982da6895 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 1 Jul 2011 22:51:30 +0200 Subject: closed #338 --- module/network/RequestFactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/RequestFactory.py') diff --git a/module/network/RequestFactory.py b/module/network/RequestFactory.py index 6bb7ced62..1a38ace43 100644 --- a/module/network/RequestFactory.py +++ b/module/network/RequestFactory.py @@ -78,7 +78,7 @@ class RequestFactory(): def getProxies(self): """ returns a proxy list for the request classes """ - if not self.core.config["download"]["proxy"]: + if not self.core.config["proxy"]["proxy"]: return {} else: type = "http" -- cgit v1.2.3