This commit is contained in:
Yannick Reiß 2024-02-18 13:01:12 +01:00
parent a221f68c3b
commit e33a918f10
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 1 deletions

View File

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