diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-01 22:51:30 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-01 22:51:30 +0200 |
commit | 0a305f78abacdd38f5b9b9af4aa3c4c982da6895 (patch) | |
tree | 80a69601ca89ff25959d9236f3dee77467c6a495 /module/network/RequestFactory.py | |
parent | sphinx documentation (diff) | |
download | pyload-0a305f78abacdd38f5b9b9af4aa3c4c982da6895.tar.xz |
closed #338
Diffstat (limited to 'module/network/RequestFactory.py')
-rw-r--r-- | module/network/RequestFactory.py | 2 |
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" |