minor bug fix

This commit is contained in:
Bernardo Damele 2013-11-13 14:34:19 +00:00
parent 3c67ba08c5
commit c37ad88283

View File

@ -989,6 +989,7 @@ def _setHTTPProxy():
""" """
Check and set the HTTP/SOCKS proxy for all HTTP requests. Check and set the HTTP/SOCKS proxy for all HTTP requests.
""" """
global proxyHandler
if not conf.proxy: if not conf.proxy:
if conf.proxyList: if conf.proxyList: