mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Code refactoring and cosmetics
This commit is contained in:
parent
a8d660db54
commit
1c86ec374e
7 changed files with 76 additions and 83 deletions
|
|
@ -428,7 +428,7 @@ class Connect:
|
|||
logger.warn(warnMsg)
|
||||
|
||||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
_ = Connect.queryPage(content=True)
|
||||
Connect.queryPage(content=True)
|
||||
|
||||
if conf.safUrl and conf.saFreq > 0:
|
||||
kb.queryCounter += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue