Fix labels

This commit is contained in:
dgtlmoon
2024-10-10 12:53:56 +02:00
parent 5d753f59c4
commit 7ee249e2ff
4 changed files with 6 additions and 7 deletions
@@ -299,7 +299,6 @@ class perform_site_check(difference_detection_processor):
text_to_ignore = watch.get('ignore_text', []) + self.datastore.data['settings']['application'].get('global_ignore_text', [])
text_for_checksuming = stripped_text_from_html
if text_to_ignore:
# MOVE THIS TO THE MD5 PART SIDE, TEXT MUST BE KEPT BUT IT IS IGNORED_EXCEPTIONS
text_for_checksuming = html_tools.strip_ignore_text(stripped_text_from_html, text_to_ignore)
# Re #133 - if we should strip whitespaces from triggering the change detected comparison