From 900dc5ee78f71d6ddb1860dae25a95d1596ec451 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 17 Feb 2023 16:59:03 +0100 Subject: [PATCH] Fetching - False alerts issue #962 - be sure to avoid triggering changedetection when checksums were the same (#1410) --- changedetectionio/update_worker.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changedetectionio/update_worker.py b/changedetectionio/update_worker.py index 0159828e..a77b5969 100644 --- a/changedetectionio/update_worker.py +++ b/changedetectionio/update_worker.py @@ -244,8 +244,9 @@ class update_worker(threading.Thread): process_changedetection_results = True except content_fetcher.checksumFromPreviousCheckWasTheSame as e: - # Yes fine, so nothing todo - pass + # Yes fine, so nothing todo, don't continue to process. + process_changedetection_results = False + changed_detected = False except content_fetcher.BrowserStepsStepTimout as e: