mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
fix for a bug reported by black zero (ValueError: invalid literal for int() with base 10: '1-20')
This commit is contained in:
parent
33639578ee
commit
d56f47d530
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ optDict = {
|
||||||
"Techniques": {
|
"Techniques": {
|
||||||
"timeSec": "integer",
|
"timeSec": "integer",
|
||||||
"unionTest": "boolean",
|
"unionTest": "boolean",
|
||||||
"uCols": "integer",
|
"uCols": "string",
|
||||||
"uChar": "string"
|
"uChar": "string"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue