When new ignore text is specified, reprocess the checksum

This commit is contained in:
Leigh Morresi
2021-02-27 20:30:06 +01:00
parent 8bc7b5be40
commit f1da8f96b6
4 changed files with 74 additions and 20 deletions

View File

@@ -190,7 +190,7 @@ def changedetection_app(config=None, datastore_o=None):
ignore_text.append(text)
# Reset the previous_md5 so we process a new snapshot including stripping ignore text.
update_obj['previous_md5'] = ""
update_obj['previous_md5'] = "reprocess previous"
update_obj['ignore_text'] = ignore_text