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