mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
grammar fix
This commit is contained in:
parent
464f171a8c
commit
7fbeebc4d9
|
@ -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 New Issue
Block a user