mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor style update
This commit is contained in:
parent
a72d73804e
commit
3a2916724c
|
@ -571,7 +571,7 @@ def paramToDict(place, parameters=None):
|
|||
warnMsg += "so sqlmap could be able to run properly"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
message = "Are you sure you want to continue? [y/N] "
|
||||
message = "are you sure you want to continue? [y/N] "
|
||||
test = readInput(message, default="N")
|
||||
if test[0] not in ("y", "Y"):
|
||||
raise SqlmapSilentQuitException
|
||||
|
|
Loading…
Reference in New Issue
Block a user