Minor patch related to the email from ML

This commit is contained in:
Miroslav Stampar
2017-02-14 13:14:35 +01:00
parent f5cf22a536
commit a35d1e5373
5 changed files with 14 additions and 8 deletions

View File

@@ -1080,7 +1080,7 @@ class Connect(object):
elif kb.postUrlEncode:
post = urlencode(post, spaceplus=kb.postSpaceToPlus)
if timeBasedCompare:
if timeBasedCompare and not conf.disableStats:
if len(kb.responseTimes.get(kb.responseTimeMode, [])) < MIN_TIME_RESPONSES:
clearConsoleLine()