mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 16:51:14 +00:00
Minor update
This commit is contained in:
parent
1ee0d9ce5e
commit
e7e83defaa
1 changed files with 1 additions and 1 deletions
|
|
@ -838,7 +838,7 @@ def __setTamperingFunctions():
|
||||||
|
|
||||||
if check_priority and priority > last_priority:
|
if check_priority and priority > last_priority:
|
||||||
message = "it seems that you might have mixed "
|
message = "it seems that you might have mixed "
|
||||||
message += "the order of tamper scripts.\n"
|
message += "the order of tamper scripts. "
|
||||||
message += "Do you want to auto resolve this? [Y/n/q] "
|
message += "Do you want to auto resolve this? [Y/n/q] "
|
||||||
test = readInput(message, default="Y")
|
test = readInput(message, default="Y")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue