This commit is contained in:
2025-06-16 19:38:05 -04:00
parent 61724d2df6
commit 411ec0bdc6

View File

@@ -51,7 +51,7 @@ local function playTTSFile(speakers, value)
file.write(fileData)
file.close()
response.close()
playSound(speakers, fileData)
playSound(speakers, name)
shell.execute("rm", name)
end