iteration

This commit is contained in:
Layla 2023-10-08 01:10:29 -04:00
parent 4767b0ea01
commit 8068b1dcd0

View File

@ -57,7 +57,7 @@ if action == "lookup" then
io.write(id)
end
else if action == "clear" then
elseif action == "clear" then
local data = {
["action"] = "reload"
}