mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Changed require"luasocket" to require"socket".
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
require "luasocket"
|
||||
require"socket"
|
||||
|
||||
host = host or "localhost"
|
||||
port = port or "8080"
|
||||
|
Reference in New Issue
Block a user