diff --git a/changedetectionio/processors/text_json_diff/processor.py b/changedetectionio/processors/text_json_diff/processor.py index cbe2d92f..d7cbfa08 100644 --- a/changedetectionio/processors/text_json_diff/processor.py +++ b/changedetectionio/processors/text_json_diff/processor.py @@ -255,7 +255,7 @@ class ContentProcessor: ) return html_content.replace('', metadata + '') - def preprocess_json(self, content, has_filters): + def preprocess_json(self, content): """Format and sort JSON content.""" # if it doesnt look like JSON then try to extract it