unused var

This commit is contained in:
dgtlmoon
2025-10-10 13:48:35 +02:00
parent ca140c559e
commit 7fe504f3e9
@@ -255,7 +255,7 @@ class ContentProcessor:
)
return html_content.replace('</body>', metadata + '</body>')
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