Debugging the shell call
This commit is contained in:
parent
89f414719b
commit
343cf42ab9
|
@ -7,7 +7,7 @@ function M.lookup()
|
|||
print("Entering the function")
|
||||
|
||||
-- Setup a http socket and request
|
||||
local command = string.format("curl -s '%s'", url)
|
||||
local command = string.format("curl -s '%s'", "https://nickr.eu")
|
||||
|
||||
-- Execute the curl command and capture its output
|
||||
local handle = io.popen(command)
|
||||
|
|
Loading…
Reference in New Issue