summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:26:53 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:26:53 +0100
commit755e8f8771bb1d481dba77d92919fe7bb687f1c8 (patch)
tree973fdc0d36b0af3e25be5683f0ca87d78583b0a5
parentf846974448232f68fbcb7599f6acf45b0d68d71b (diff)
launch e
-rw-r--r--listener.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/listener.lua b/listener.lua
index 4dd0ab2..4574c77 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!")