From 2273fe028dda59f4779267e19e892770f0608ce2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 02:19:23 +0100 Subject: launch ./beeite --- img/john_1.pnm | Bin 112191 -> 112191 bytes img/john_2.pnm | Bin 112191 -> 112191 bytes img/john_3.pnm | Bin 85515 -> 85515 bytes john.pnm | Bin 315339 -> 315339 bytes listener.lua | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) diff --git a/img/john_1.pnm b/img/john_1.pnm index 0019cdc..17d7fcc 100644 Binary files a/img/john_1.pnm and b/img/john_1.pnm differ diff --git a/img/john_2.pnm b/img/john_2.pnm index 2b1c49d..5e7deda 100644 Binary files a/img/john_2.pnm and b/img/john_2.pnm differ diff --git a/img/john_3.pnm b/img/john_3.pnm index 0b6510d..dd4dceb 100644 Binary files a/img/john_3.pnm and b/img/john_3.pnm differ diff --git a/john.pnm b/john.pnm index 6b375c9..b261a22 100644 Binary files a/john.pnm and b/john.pnm differ diff --git a/listener.lua b/listener.lua index e69205e..f6e32a5 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) + print("got msg",parsed.msg:gsub("\n","") local words = splitw(parsed.msg) if words[1] ~= "RRP" then print("non-RRP message!") -- cgit v1.2.3