summaryrefslogtreecommitdiffstats
path: root/module/network/RequestFactory.py
diff options
context:
space:
mode:
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"