mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor bug fix
This commit is contained in:
parent
3c67ba08c5
commit
c37ad88283
|
@ -989,6 +989,7 @@ def _setHTTPProxy():
|
|||
"""
|
||||
Check and set the HTTP/SOCKS proxy for all HTTP requests.
|
||||
"""
|
||||
global proxyHandler
|
||||
|
||||
if not conf.proxy:
|
||||
if conf.proxyList:
|
||||
|
|
Loading…
Reference in New Issue
Block a user