From 78fd4fd28bb7ecb011b3ce82721a967b3053f385 Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 14 Oct 2025 23:37:15 -0600 Subject: [PATCH] not sure what is left but ship --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 9cc6d63..10ec692 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -83,7 +83,7 @@ } window.speechSynthesis.speak(utterThis); - print("RESPONSE: " + evt.data); + print("RESPONSE: " + data.Text); } ws.onerror = function(evt) { print("ERROR: " + evt.data);