Printing response

This commit is contained in:
Yannick Reiß 2024-02-18 13:08:37 +01:00
parent 936271e74c
commit 89f414719b
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function M.lookup()
print("Test") print("Test")
print(keywords) print(keywords)
print("Response: " .. response)
end end
return M return M