From 58bceb071a423d1c25ed14e6fc06d7f33195635d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 30 Sep 2021 19:57:59 +0200 Subject: [PATCH] sneed --- files/helpers/const.py | 3 --- files/helpers/images.py | 1 - 2 files changed, 4 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 452da4d8a..ef447244a 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -82,9 +82,6 @@ SLURS = { "pedophile ":"libertarian ", "Pedophile ":"Libertarian ", "PEDOPHILE ":"LIBERTARIAN ", - "pedo ":"libertarian ", - "Pedo ":"Libertarian ", - "PEDO ":"LIBERTARIAN ", "kill yourself ":"keep yourself safe ", "KILL YOURSELF ":"KEEP YOURSELF SAFE ", "nigger ":"🏀 ", diff --git a/files/helpers/images.py b/files/helpers/images.py index 5e61a9835..664013e69 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -1,7 +1,6 @@ import requests from os import environ, path, remove from PIL import Image as IImage, ImageSequence -import base64 from files.classes.images import * from flask import g from werkzeug.utils import secure_filename