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?