iteration

This commit is contained in:
2023-10-07 23:52:54 -04:00
parent 268e92d12a
commit 7fcae7b276
2 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ while true do
-- check if hostname in data
if request.hostname == nil then
rednet.send(client_id, "not found")
rednet.send(client_id, nil)
else
rednet.send(client_id, data[request.hostname])
end