summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:25:45 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:25:45 +0100
commitf846974448232f68fbcb7599f6acf45b0d68d71b (patch)
tree192980eaedfa0db57b7828aca174d1441f6b55b4
parent0545299672e446faea7241c652b5bb3f83eab22a (diff)
launch
-rw-r--r--listener.lua2
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!")