mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
grammar fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user