From f3391f8e9dd798c6791115c732548aa244275417 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 02:24:17 +0200 Subject: [PATCH] fsd --- 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 4a88b8d34..ed4cd65a3 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -1,6 +1,6 @@ from files.helpers.const import SITE -if SITE=='devrama.xyz': +if SITE=='pcmemes.net': import time from files.helpers.wrappers import auth_required from files.helpers.sanitize import sanitize