From 2ca4a50d1e1d40bfd5b3b77208775f4c27bc7d67 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 27 Nov 2023 23:57:11 +0200 Subject: [PATCH] fix this https://rdrama.net/post/224429/marseyoctopus4-least-obvious-dramatard-got-caught/5453918#context --- files/helpers/queenify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/helpers/queenify.py b/files/helpers/queenify.py index e31b2bc85..717e20e4a 100644 --- a/files/helpers/queenify.py +++ b/files/helpers/queenify.py @@ -7,7 +7,6 @@ def queenify_tag_string(string): result = initial_part_regex.search(string) initial = result.group(1) if result else "" - string = string.lower() string = initial_part_regex.sub("", string) string = sentence_ending_regex.sub(", and", string) string = superlative_regex.sub(r"literally \g<1>", string)