mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Style and consistency update (url -> URL)
This commit is contained in:
@@ -450,7 +450,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
infoMsg = None
|
||||
|
||||
# If we have got one single character not correctly fetched it
|
||||
# can mean that the connection to the target url was lost
|
||||
# can mean that the connection to the target URL was lost
|
||||
if None in value:
|
||||
partialValue = "".join(value[:value.index(None)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user