From 93caf360edeb2de83f77e68ec4a0201f7c107945 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 8 Aug 2022 20:06:05 +0200 Subject: [PATCH] oops --- 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 3a59609a..f9cd61de 100644 --- a/changedetectionio/update_worker.py +++ b/changedetectionio/update_worker.py @@ -122,7 +122,7 @@ class update_worker(threading.Thread): else: self.current_uuid = uuid - if uuid in list(self.datastore.data['watching'].keys()) and not not self.datastore.data['watching'][uuid].get('paused'): + if uuid in list(self.datastore.data['watching'].keys()) and not self.datastore.data['watching'][uuid].get('paused'): changed_detected = False contents = b'' screenshot = False