From 6e524ada8f1b4bea8694fcb82494cdcc15894a99 Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Tue, 17 Dec 2024 13:11:57 +0530 Subject: [PATCH] chore: code cleanup --- frappe/handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/handler.py b/frappe/handler.py index 68e96803cb..64b15ccc7d 100644 --- a/frappe/handler.py +++ b/frappe/handler.py @@ -36,6 +36,7 @@ ALLOWED_MIMETYPES = ( "text/plain", "video/quicktime", "video/mp4", + "text/csv", )