iteration

This commit is contained in:
2023-10-07 23:38:28 -04:00
parent 695c2224a5
commit 56a425172a

View File

@ -20,8 +20,8 @@ current_time = os.time()
data = { data = {
[action] = "register", ["action"] = "register",
[hostname] = hostname ["hostname"] = hostname
} }
rednet.send(receiverID, textutils.serialize(data)) rednet.send(receiverID, textutils.serialize(data))