From 787a2a6217309c2aa1a73d64a12006aa127d066f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 9 Sep 2022 12:24:46 +0200 Subject: [PATCH] should be pass here so we update correctly --- changedetectionio/update_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/update_worker.py b/changedetectionio/update_worker.py index b2dca261..4738dbcf 100644 --- a/changedetectionio/update_worker.py +++ b/changedetectionio/update_worker.py @@ -213,7 +213,7 @@ class update_worker(threading.Thread): except content_fetcher.checksumFromPreviousCheckWasTheSame as e: # Yes fine, so nothing todo - continue + pass except content_fetcher.EmptyReply as e: # Some kind of custom to-str handler in the exception handler that does this?