From 024e5770af6bc99c3b51b52e1105f93f6ee2cca4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 4 May 2022 22:51:56 +0200 Subject: [PATCH] fsd --- files/helpers/const.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index be830428f5..d4330486c4 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -45,7 +45,7 @@ if SITE_NAME == 'Cringetopia': "i hate carp": "i love Carp", "heil hitler": "hello kitty", - " fag ": " cute twink ", + " fag": " cute twink", } else: SLURS = { @@ -104,10 +104,10 @@ else: "elon musk": "rocket daddy", "fake and gay": "fake and straight", - " rapist ": " male feminist ", - " pedo ": " libertarian ", - " kys ": " keep yourself safe ", - " fag ": " cute twink ", + " rapist": " male feminist", + " pedo": " libertarian", + " kys": " keep yourself safe", + " fag": " cute twink", } single_words = "|".join([slur.lower() for slur in SLURS.keys()])