From 268e92d12ad6f4117e82b39f6f1f7339e58b9bec Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sat, 7 Oct 2023 23:49:51 -0400 Subject: [PATCH] iteration --- dig.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dig.lua b/dig.lua index 900796b..4b55018 100644 --- a/dig.lua +++ b/dig.lua @@ -1,5 +1,8 @@ local args = { ... } +modem_location = "right" +lns_server = "default" + rednet.open(modem_location) receiverID = rednet.lookup("lns", lns_server) current_time = os.time()