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: