diff --git a/lovebird.lua b/lovebird.lua index f517c37..c203ec8 100644 --- a/lovebird.lua +++ b/lovebird.lua @@ -7,7 +7,7 @@ -- under the terms of the MIT license. See LICENSE for details. -- -socket = require "socket" +local socket = require "socket" local lovebird = { _version = "0.0.1" }