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