From 0ba264bfa0d1d7ea6c0a7919d7499e5bea356784 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 10 Jul 2015 09:51:11 +0200 Subject: [PATCH] Minor patch --- lib/controller/checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 8bb320531..59c0c2969 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1015,7 +1015,7 @@ def checkStability(): like for instance string matching (--string). """ - infoMsg = "testing if the target URL is stable. This can take up to a second" + infoMsg = "testing if the target URL is stable. Delay can take up to a second" logger.info(infoMsg) firstPage = kb.originalPage # set inside checkConnection() @@ -1308,9 +1308,9 @@ def checkConnection(suppressOutput=False): logger.info(infoMsg) try: + kb.originalPageTime = time.time() page, _ = Request.queryPage(content=True, noteResponseTime=False) kb.originalPage = kb.pageTemplate = page - kb.originalPageTime = time.time() kb.errorIsNone = False