mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
minor fix
This commit is contained in:
parent
9202fedf7b
commit
fae089646b
1 changed files with 1 additions and 1 deletions
|
|
@ -754,7 +754,7 @@ def readInput(message, default=None):
|
|||
else:
|
||||
options = unicode()
|
||||
|
||||
infoMsg = "%s%s" % (message, options)
|
||||
infoMsg = "%s%s" % (getUnicode(message), options)
|
||||
logger.info(infoMsg)
|
||||
|
||||
debugMsg = "used the default behaviour, running in batch mode"
|
||||
|
|
|
|||
Loading…
Reference in a new issue