updated
This commit is contained in:
@@ -48,7 +48,7 @@ local function createSoundFile(fileName)
|
|||||||
|
|
||||||
local response = http.get(fullPath)
|
local response = http.get(fullPath)
|
||||||
print("Downloading sound file: " .. name)
|
print("Downloading sound file: " .. name)
|
||||||
sleep(10)
|
sleep(20)
|
||||||
local fileData = response.readAll()
|
local fileData = response.readAll()
|
||||||
|
|
||||||
local file = fs.open(name,"w")
|
local file = fs.open(name,"w")
|
||||||
|
|||||||
Reference in New Issue
Block a user