mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Style and consistency update (url -> URL)
This commit is contained in:
parent
3948b527dd
commit
8c9da95343
13 changed files with 53 additions and 53 deletions
|
|
@ -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)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue