mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor fix
This commit is contained in:
parent
82e2f27024
commit
086c3a3662
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue