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