diff --git a/changedetectionio/update_worker.py b/changedetectionio/update_worker.py index 562b34dc2ce..74d61fa2214 100644 --- a/changedetectionio/update_worker.py +++ b/changedetectionio/update_worker.py @@ -377,7 +377,7 @@ def run(self): if not watch.get('notification_muted'): logger.debug(f"Sending filter failed notification for {uuid}") self.send_filter_failure_notification(uuid) - c = 0 + c = 0 logger.debug(f"Reset filter failure count back to zero") self.datastore.update_watch(uuid=uuid, update_obj={'consecutive_filter_failures': c})