fix comment

This commit is contained in:
dgtlmoon
2025-10-06 15:12:20 +02:00
parent 86befef0cb
commit a0a0ec9942
@@ -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: