mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-14 12:33:51 +00:00
Minor update
This commit is contained in:
parent
bfc3094e35
commit
4929cff0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Connect(object):
|
|||
threadData = getCurrentThreadData()
|
||||
threadData.retriesCount += 1
|
||||
|
||||
if threadData.retriesCount >= conf.retries:
|
||||
if conf.proxyList and threadData.retriesCount >= conf.retries:
|
||||
warnMsg = "changing proxy"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue