mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-27 01:49:04 +00:00
Minor adjustment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user