diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:25:45 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:25:45 +0100 |
commit | f846974448232f68fbcb7599f6acf45b0d68d71b (patch) | |
tree | 192980eaedfa0db57b7828aca174d1441f6b55b4 | |
parent | 0545299672e446faea7241c652b5bb3f83eab22a (diff) |
launch
-rw-r--r-- | listener.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listener.lua b/listener.lua index f6e32a5..4dd0ab2 100644 --- a/listener.lua +++ b/listener.lua @@ -30,7 +30,7 @@ function main() local msg = ws.receive() local parsed = assert(textutils.unserializeJSON(msg)) if parsed.msg then - print("got msg",parsed.msg:gsub("\n","") + print("got msg",parsed.msg:gsub("\n","")) local words = splitw(parsed.msg) if words[1] ~= "RRP" then print("non-RRP message!") |