Aevann 2024-11-12 19:44:03 +02:00
parent 834883f530
commit fb914ab662
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<1> fucking", string)
string = the_fucking_regex.sub("\g<2> fucking", string)
string = bitch_question_mark_regex.sub(", bitch?", string)
string = exclamation_point_regex.sub(", motherfucker!", string)