mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 04:20:35 +03:00
minor cosmetics
This commit is contained in:
parent
e881465a9f
commit
e2c821eb81
|
@ -1609,7 +1609,7 @@ def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
|
||||||
if candidate:
|
if candidate:
|
||||||
kb.delayCandidates = [candidate] + kb.delayCandidates[:-1]
|
kb.delayCandidates = [candidate] + kb.delayCandidates[:-1]
|
||||||
if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec:
|
if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec:
|
||||||
clearConsoleLine(True)
|
print
|
||||||
warnMsg = "adjusting time delay to %d seconds" % candidate
|
warnMsg = "adjusting time delay to %d seconds" % candidate
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
conf.timeSec = candidate
|
conf.timeSec = candidate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user