updated
This commit is contained in:
@@ -37,7 +37,8 @@ end
|
||||
local function playTTSFile(value)
|
||||
local ttsRoute = "https://ttsmp3.com/makemp3_new.php"
|
||||
local fileName = "tts"
|
||||
local body = "msg=" .. textutils.urlEncode(value) .. "&lang=Gwyneth&source=ttsmp3"
|
||||
local encodedValue = textutils.urlEncode(value)
|
||||
local body = "msg=" .. encodedValue .. "&lang=Gwyneth&source=ttsmp3"
|
||||
local headers = {
|
||||
["Content-Type"] = "application/x-www-form-urlencoded"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user