fix the space

master
Aevann 2024-11-12 21:34:23 +02:00
parent 4da525b2ff
commit e4a84852dd
1 changed files with 1 additions and 1 deletions

View File

@ -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)