Code refactoring and cosmetics

This commit is contained in:
Bernardo Damele
2011-01-07 15:41:09 +00:00
parent a8d660db54
commit 1c86ec374e
7 changed files with 76 additions and 83 deletions

View File

@@ -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