This commit is contained in:
Miroslav Stampar
2022-02-14 14:36:47 +01:00
parent 74f5518e62
commit 5e18bf81b9
2 changed files with 2 additions and 2 deletions

View File

@@ -1430,7 +1430,7 @@ class Connect(object):
deviation = stdev(kb.responseTimes[kb.responseTimeMode])
if deviation > WARN_TIME_STDEV:
if deviation is not None and deviation > WARN_TIME_STDEV:
kb.adjustTimeDelay = ADJUST_TIME_DELAY.DISABLE
warnMsg = "considerable lagging has been detected "