File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments