mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor language update
This commit is contained in:
parent
d335ec0c34
commit
ce077137c9
|
@ -304,7 +304,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
if timeBasedCompare:
|
||||
kb.timeValidCharsRun += 1
|
||||
if not kb.adjustTimeDelay and kb.timeValidCharsRun > VALID_TIME_CHARS_RUN_THRESHOLD:
|
||||
dbgMsg = "turning on time auto-adjustment mechanism"
|
||||
dbgMsg = "turning back on time auto-adjustment mechanism"
|
||||
logger.debug(dbgMsg)
|
||||
kb.adjustTimeDelay = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user