This commit is contained in:
2024-02-18 13:01:12 +01:00
parent a221f68c3b
commit e33a918f10

View File

@@ -12,7 +12,7 @@ function M.lookup()
local response = handle:read("*a") local response = handle:read("*a")
handle:close() handle:close()
print(reponse) print(response)
end end
return M return M