From e4a84852dd42a223de66522bf6b26196360b66d7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 12 Nov 2024 21:34:23 +0200 Subject: [PATCH] fix the space --- files/helpers/sharpen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/sharpen.py b/files/helpers/sharpen.py index 61ac703be..46e1cf2ff 100644 --- a/files/helpers/sharpen.py +++ b/files/helpers/sharpen.py @@ -5,7 +5,7 @@ def sharpen(string, chud_phrase): if chud_phrase: string = re.sub(chud_phrase, 'erfdsx34224e4535resfed', string, flags=re.I) - string = the_fucking_regex.sub("\g<2> fucking", string) + string = the_fucking_regex.sub("\g<1><2> fucking", string) string = bitch_question_mark_regex.sub(", bitch?", string) string = exclamation_point_regex.sub(", motherfucker!", string)