This commit is contained in:
2024-02-18 13:06:38 +01:00
parent e8b48506ff
commit 4162e49c35

View File

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