From abe950f1da8c54c295e9a3518f015f5a7daa0e2f Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Fri, 9 Jan 2026 13:42:36 +0200 Subject: [PATCH] w --- files/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers.py b/files/helpers.py index a6b589bc..80881434 100644 --- a/files/helpers.py +++ b/files/helpers.py @@ -974,4 +974,4 @@ def get_alphanumeric_and_spaces(string): string = "".join([char for char in string if char.isalnum() or char.isspace()]) # Replace multiple spaces with single space and strip string = " ".join(string.split()) - return string.lower() + return string