iteration
This commit is contained in:
parent
f0233a640d
commit
8623e9cdd9
@ -13,7 +13,6 @@ function download_lua(remote_path, local_path)
|
||||
file = fs.open(local_path, "w")
|
||||
file.write(response.readAll())
|
||||
file.close()
|
||||
end
|
||||
else
|
||||
io.write("Failed to update " .. program_name .. ".lua\n")
|
||||
io.write(response)
|
||||
|
Loading…
Reference in New Issue
Block a user