mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor bug fix
This commit is contained in:
parent
3c67ba08c5
commit
c37ad88283
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue