diff --git a/changedetectionio/fetch_site_status.py b/changedetectionio/fetch_site_status.py index 12894b78..b291a466 100644 --- a/changedetectionio/fetch_site_status.py +++ b/changedetectionio/fetch_site_status.py @@ -134,7 +134,8 @@ class perform_site_check(): is_html = False is_json = False - include_filters_rule = watch['include_filters'] + include_filters_rule = watch.get('include_filters', []) + #include_filters_rule = watch['include_filters'] subtractive_selectors = watch.get( "subtractive_selectors", [] ) + self.datastore.data["settings"]["application"].get(