summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listener.lua1
1 files changed, 1 insertions, 0 deletions
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))