Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baaa4a commit 0ba264bCopy full SHA for 0ba264b
1 file changed
lib/controller/checks.py
@@ -1015,7 +1015,7 @@ def checkStability():
1015
like for instance string matching (--string).
1016
"""
1017
1018
- 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"
1019
logger.info(infoMsg)
1020
1021
firstPage = kb.originalPage # set inside checkConnection()
@@ -1308,9 +1308,9 @@ def checkConnection(suppressOutput=False):
1308
1309
1310
try:
1311
+ kb.originalPageTime = time.time()
1312
page, _ = Request.queryPage(content=True, noteResponseTime=False)
1313
kb.originalPage = kb.pageTemplate = page
- kb.originalPageTime = time.time()
1314
1315
kb.errorIsNone = False
1316
0 commit comments