mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
silly blank line added
This commit is contained in:
parent
01474f6272
commit
f704a46341
|
@ -67,6 +67,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
if retVal:
|
||||
if PARTIAL_VALUE_MARKER in retVal:
|
||||
retVal = retVal.replace(PARTIAL_VALUE_MARKER, "")
|
||||
|
||||
if retVal:
|
||||
partialValue = retVal
|
||||
dataToStdout("[%s] [INFO] resuming partial value: '%s'\r\n" % (time.strftime("%X"), safecharencode(partialValue)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user