From e533f7200c7d6a0a663ecc0aca12480ca693ac97 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 21 Jul 2022 11:29:21 +0100 Subject: [PATCH] Try plain text mime type --- content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.py b/content.py index b4b08cb02..389767655 100644 --- a/content.py +++ b/content.py @@ -1422,7 +1422,7 @@ def save_media_in_form_post(media_bytes, debug: bool, 'opus': 'audio/opus', 'flac': 'audio/flac', 'zip': 'application/zip', - 'csv': 'text/csv' + 'csv': 'text/plain' } detected_extension = None for extension, content_type in extension_list.items():