summaryrefslogtreecommitdiffstats
path: root/module/network/RequestFactory.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-01 22:51:30 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-07-01 22:51:30 +0200
commit0a305f78abacdd38f5b9b9af4aa3c4c982da6895 (patch)
tree80a69601ca89ff25959d9236f3dee77467c6a495 /module/network/RequestFactory.py
parentsphinx documentation (diff)
downloadpyload-0a305f78abacdd38f5b9b9af4aa3c4c982da6895.tar.xz
closed #338
Diffstat (limited to 'module/network/RequestFactory.py')
-rw-r--r--module/network/RequestFactory.py2
1 files changed, 1 insertions, 1 deletions
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"