mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
proper update regarding last commit
This commit is contained in:
parent
850328df6c
commit
dd01d66f13
3 changed files with 2 additions and 3 deletions
|
|
@ -677,7 +677,7 @@ def readInput(message, default=None):
|
|||
elif message[-1] == ']':
|
||||
message += " "
|
||||
|
||||
if conf.batch and default:
|
||||
if conf.batch and default is not None:
|
||||
if isinstance(default, (list, tuple, set)):
|
||||
options = ",".join([getUnicode(opt, UNICODE_ENCODING) for opt in default])
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue