mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
greater flexibility for --batch when default is None
This commit is contained in:
parent
6fa2fd139c
commit
83feb097ef
2 changed files with 5 additions and 3 deletions
|
|
@ -232,7 +232,7 @@ class Connect:
|
|||
msg += "also on the redirection got from the application\n"
|
||||
|
||||
while True:
|
||||
choice = readInput(msg, default="")
|
||||
choice = readInput(msg, default=None)
|
||||
|
||||
if not choice:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue