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