mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
fix for a bug reported by black zero (ValueError: invalid literal for int() with base 10: '1-20')
This commit is contained in:
@@ -77,7 +77,7 @@ optDict = {
|
||||
"Techniques": {
|
||||
"timeSec": "integer",
|
||||
"unionTest": "boolean",
|
||||
"uCols": "integer",
|
||||
"uCols": "string",
|
||||
"uChar": "string"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user