iteration

This commit is contained in:
Layla 2023-10-08 04:05:18 -04:00
parent f0233a640d
commit 8623e9cdd9

View File

@ -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)