From a3f9f68391bec3829ba7c1f8db377213547bcaf2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 20 Mar 2022 00:38:01 +0200 Subject: [PATCH] fds --- 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 d1e4f3f0d..4174b9da7 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -29,4 +29,4 @@ def speak(data, v): } emit('speak', data) - return True \ No newline at end of file + return '', 204 \ No newline at end of file