minor update

This commit is contained in:
Miroslav Stampar
2010-11-29 15:25:45 +00:00
parent c76d740a25
commit e735f2960a
3 changed files with 10 additions and 4 deletions

View File

@@ -540,6 +540,12 @@ def checkStability():
else:
checkDynamicContent(firstPage, secondPage)
if not Request.queryPage():
warnMsg = "target url is heavily dynamic. retrying. "
logger.warn(warnMsg)
secondPage, _ = Request.queryPage(content=True)
checkDynamicContent(firstPage, secondPage)
if not Request.queryPage():
errMsg = "target url is too dynamic. unable to continue. "
errMsg += "consider using other switches (e.g. "