diff options
-rw-r--r-- | img/john_1.pnm | bin | 112191 -> 112191 bytes | |||
-rw-r--r-- | img/john_2.pnm | bin | 112191 -> 112191 bytes | |||
-rw-r--r-- | img/john_3.pnm | bin | 85515 -> 85515 bytes | |||
-rw-r--r-- | john.pnm | bin | 315339 -> 315339 bytes | |||
-rw-r--r-- | listener.lua | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/img/john_1.pnm b/img/john_1.pnm Binary files differindex 0019cdc..17d7fcc 100644 --- a/img/john_1.pnm +++ b/img/john_1.pnm diff --git a/img/john_2.pnm b/img/john_2.pnm Binary files differindex 2b1c49d..5e7deda 100644 --- a/img/john_2.pnm +++ b/img/john_2.pnm diff --git a/img/john_3.pnm b/img/john_3.pnm Binary files differBinary files differindex 0b6510d..dd4dceb 100644 --- a/img/john_3.pnm +++ b/img/john_3.pnm 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!") |