This commit is contained in:
2025-06-15 20:34:32 -04:00
parent e7e9b05a94
commit 3875cb9688

View File

@@ -41,7 +41,11 @@ local function createSoundFile(fileName)
local fullPath = baseRoute .. name local fullPath = baseRoute .. name
shell.execute("rm", name) shell.execute("rm", name)
local response = http.request(fullPath) local response = http.request({
url = fullPath,
method = "GET",
binary = true
})
local event, url, handle local event, url, handle
repeat repeat