Skip to content

Commit 0ba264b

Browse files
committed
Minor patch
1 parent 4baaa4a commit 0ba264b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/controller/checks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def checkStability():
10151015
like for instance string matching (--string).
10161016
"""
10171017

1018-
infoMsg = "testing if the target URL is stable. This can take up to a second"
1018+
infoMsg = "testing if the target URL is stable. Delay can take up to a second"
10191019
logger.info(infoMsg)
10201020

10211021
firstPage = kb.originalPage # set inside checkConnection()
@@ -1308,9 +1308,9 @@ def checkConnection(suppressOutput=False):
13081308
logger.info(infoMsg)
13091309

13101310
try:
1311+
kb.originalPageTime = time.time()
13111312
page, _ = Request.queryPage(content=True, noteResponseTime=False)
13121313
kb.originalPage = kb.pageTemplate = page
1313-
kb.originalPageTime = time.time()
13141314

13151315
kb.errorIsNone = False
13161316

0 commit comments

Comments
 (0)