mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
cosmetics
This commit is contained in:
@@ -475,6 +475,8 @@ def readInput(message, default=None):
|
||||
|
||||
if "\n" in message:
|
||||
message += "\n> "
|
||||
elif message[-1] == ']':
|
||||
message += " "
|
||||
|
||||
if conf.batch and default:
|
||||
infoMsg = "%s%s" % (message, getUnicode(default))
|
||||
|
||||
Reference in New Issue
Block a user