From a0a0ec9942de69a61dbffc3aee1d1297f2ea24ce Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 6 Oct 2025 15:12:20 +0200 Subject: [PATCH] fix comment --- 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 9544de6a..45d64421 100644 --- a/changedetectionio/processors/text_json_diff/processor.py +++ b/changedetectionio/processors/text_json_diff/processor.py @@ -156,7 +156,7 @@ class perform_site_check(difference_detection_processor): content_type = self.fetcher.get_all_headers().get('content-type', '').lower() is_attachment = 'attachment' in self.fetcher.get_all_headers().get('content-disposition', '').lower() or 'octet-stream' in content_type - # Try to detect better mime types if its a download or not announced as s + # Try to detect better mime types if its a download or not announced as HTML if is_attachment: logger.debug(f"Got a reply that may be a download or possibly a text attachment, checking..") try: