From 7fe504f3e9df27f5857350ce7ff6ca62d442b436 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 10 Oct 2025 13:48:35 +0200 Subject: [PATCH] unused var --- changedetectionio/processors/text_json_diff/processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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