mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor fix
This commit is contained in:
parent
82e2f27024
commit
086c3a3662
|
@ -196,7 +196,7 @@ def errorUse(expression, expected=None, dump=False):
|
|||
startLimit = 0
|
||||
stopLimit = None
|
||||
output = None
|
||||
outputs = []
|
||||
outputs = None
|
||||
untilLimitChar = None
|
||||
|
||||
_, _, _, _, _, expressionFieldsList, expressionFields, _ = agent.getFields(expression)
|
||||
|
|
|
@ -143,7 +143,7 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
origExpr = expression
|
||||
startLimit = 0
|
||||
stopLimit = None
|
||||
value = ""
|
||||
value = None
|
||||
|
||||
width = getConsoleWidth()
|
||||
start = time.time()
|
||||
|
|
Loading…
Reference in New Issue
Block a user