diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/req.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/req.lua b/tests/req.lua index 59325e6..540a262 100644 --- a/tests/req.lua +++ b/tests/req.lua @@ -1,4 +1,3 @@ local awa = require "lullaby" -print(awa.net.srequest("amyy.cc", 443, "/")) - +awa.net.srequest("amyy.cc", 443, "/") |
