Fix typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user