iteration
This commit is contained in:
@ -21,7 +21,8 @@ current_time = os.time()
|
||||
|
||||
data = {
|
||||
["action"] = "register",
|
||||
["hostname"] = hostname
|
||||
["hostname"] = hostname,
|
||||
["token"] = settings.get("auth.token", nil)
|
||||
}
|
||||
|
||||
rednet.send(receiverID, data)
|
||||
|
Reference in New Issue
Block a user