mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
grammar fix
This commit is contained in:
parent
464f171a8c
commit
7fbeebc4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -453,6 +453,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
dataToSessionFile("]\n")
|
||||
|
||||
if conf.threadException:
|
||||
raise sqlmapThreadException, "something unexpected happen into the threads"
|
||||
raise sqlmapThreadException, "something unexpected happened inside the threads"
|
||||
|
||||
return queriesCount[0], finalValue
|
||||
|
|
|
|||
Loading…
Reference in a new issue