test
This commit is contained in:
@@ -41,7 +41,11 @@ local function createSoundFile(fileName)
|
||||
local fullPath = baseRoute .. name
|
||||
|
||||
shell.execute("rm", name)
|
||||
local response = http.request(fullPath)
|
||||
local response = http.request({
|
||||
url = fullPath,
|
||||
method = "GET",
|
||||
binary = true
|
||||
})
|
||||
|
||||
local event, url, handle
|
||||
repeat
|
||||
|
||||
Reference in New Issue
Block a user