mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 04:20:35 +03:00
Minor update
This commit is contained in:
parent
1ee0d9ce5e
commit
e7e83defaa
|
@ -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…
Reference in New Issue
Block a user