From 04d2d3fb00054346282fd9aceafbddd234ed1464 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 21 May 2023 12:14:18 +0200 Subject: [PATCH] Fetcher fix - Clear any fetch error when the fetched document was the same (clear any error that occurred between fetching a document that was the same) --- changedetectionio/update_worker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/update_worker.py b/changedetectionio/update_worker.py index 96fd5b1e..95a584d9 100644 --- a/changedetectionio/update_worker.py +++ b/changedetectionio/update_worker.py @@ -262,6 +262,7 @@ class update_worker(threading.Thread): # Yes fine, so nothing todo, don't continue to process. process_changedetection_results = False changed_detected = False + self.datastore.update_watch(uuid=uuid, update_obj={'last_error': False}) except content_fetcher.BrowserStepsStepTimout as e: