From 2842c13d751825e8a116c7ab62854c05d2472d60 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 29 Nov 2011 16:59:06 +0000 Subject: [PATCH] minor update --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 2e209e192..d60e22828 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -738,7 +738,7 @@ def checkStability(): firstPage = kb.originalPage # set inside checkConnection() time.sleep(1) - secondPage, _ = Request.queryPage(content=True) + secondPage, _ = Request.queryPage(content=True, raise404=False) kb.pageStable = (firstPage == secondPage)