mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
removal of obsolete item
This commit is contained in:
parent
da6a87af43
commit
ade31b2cb0
|
@ -78,7 +78,7 @@ class Connect:
|
|||
threadData = getCurrentThreadData()
|
||||
threadData.lastRequestUID += 1
|
||||
|
||||
url = kwargs.get('url', conf.url).replace(" ", "%20")
|
||||
url = kwargs.get('url', conf.url)
|
||||
get = kwargs.get('get', None)
|
||||
post = kwargs.get('post', None)
|
||||
method = kwargs.get('method', None)
|
||||
|
|
Loading…
Reference in New Issue
Block a user