Minor improvement of dynamic content removal

This commit is contained in:
Miroslav Štampar 2026-06-12 10:39:59 +02:00
parent b4a6d25795
commit 3a36265a22
4 changed files with 16 additions and 8 deletions

View file

@ -1238,7 +1238,7 @@ def checkDynamicContent(firstPage, secondPage):
kb.heavilyDynamic = True
secondPage, _, _ = Request.queryPage(content=True)
findDynamicContent(firstPage, secondPage)
findDynamicContent(firstPage, secondPage, merge=True)
def checkStability():
"""