From 4a3c69b8ca7182f7f2e0ed61656ff699db90474b Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 30 Mar 2024 21:37:47 +0000 Subject: listener --- listener.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/listener.lua b/listener.lua index efb3eef..c47cd9a 100644 --- a/listener.lua +++ b/listener.lua @@ -2,6 +2,7 @@ local pm = require'pm' local ws = assert(http.websocket("wss://citrons.xyz/ws-echo/rebecca")) function main() + print("listening") while true do local msg = ws.receive() local parsed = assert(textutils.unserializeJSON(msg)) -- cgit v1.2.3