From d604a6cd991a01112228077461adb892c292fac9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Mar 2023 21:52:31 +0200 Subject: [PATCH] commit leftover file from last commit --- files/routes/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index 8f0db2d72..9c3de1468 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -9,7 +9,7 @@ from files.helpers.actions import * from files.helpers.alerts import * from files.helpers.config.const import * from files.helpers.regex import * -from files.helpers.media import process_image +from files.helpers.media import * from files.helpers.sanitize import * from files.helpers.alerts import push_notif from files.routes.wrappers import *