diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-30 21:37:47 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-30 21:37:47 +0000 |
commit | 4a3c69b8ca7182f7f2e0ed61656ff699db90474b (patch) | |
tree | 7d78675a6fddd5e7020e96827c5935e5fb9ed3ca | |
parent | f11436da830937a579e5171a465f2cae39350278 (diff) |
listener
-rw-r--r-- | listener.lua | 1 |
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)) |