Fixes broken reference to speak.say_text

This commit is contained in:
Toran Bruce Richards
2023-04-06 08:29:28 +01:00
committed by GitHub
parent 962fc9a42a
commit dcc29a5568

View File

@@ -268,7 +268,7 @@ def message_agent(key, message):
# Speak response
if cfg.speak_mode:
say.speak(agent_response)
speak.say_text(agent_response, 1)
return agent_response