mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-05 04:56:35 +00:00
Minor cleanup and one bug fix
This commit is contained in:
@@ -944,7 +944,7 @@ def _setTamperingFunctions():
|
||||
message = "it appears that you might have mixed "
|
||||
message += "the order of tamper scripts. "
|
||||
message += "Do you want to auto resolve this? [Y/n/q] "
|
||||
choice = readInput(message, default='Y').strip().upper()
|
||||
choice = readInput(message, default='Y').upper()
|
||||
|
||||
if choice == 'N':
|
||||
resolve_priorities = False
|
||||
|
||||
Reference in New Issue
Block a user