mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor adjustment
This commit is contained in:
parent
f67a38dba9
commit
e81168af0f
3 changed files with 7 additions and 7 deletions
|
|
@ -322,7 +322,7 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
if len(status) > width:
|
||||
status = "%s..." % status[:width - 3]
|
||||
|
||||
dataToStdout("%s\r\n" % status, True)
|
||||
dataToStdout("%s\n" % status, True)
|
||||
|
||||
runThreads(numThreads, unionThread)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue