mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Removing trailing blank lines
This commit is contained in:
parent
e0216771ed
commit
5d10bae31f
7 changed files with 9 additions and 9 deletions
|
|
@ -277,7 +277,7 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
with kb.locks.value:
|
||||
if all(map(lambda _: _ in output, (kb.chars.start, kb.chars.stop))):
|
||||
items = parseUnionPage(output)
|
||||
|
||||
|
||||
if threadData.shared.showEta:
|
||||
threadData.shared.progress.progress(time.time() - valueStart, threadData.shared.counter)
|
||||
if isListLike(items):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue