From 2cf09e419fb79fcebfeea4530ffeb3bcbf748e1e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 7 Jan 2023 04:08:37 +0000 Subject: shop2 --- shop2.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shop2.lua b/shop2.lua index 09afd3d..6c98d62 100644 --- a/shop2.lua +++ b/shop2.lua @@ -142,6 +142,7 @@ local function run_shop() print("RUNSHOP") while true do msgtxt = assert(ws.receive(),"ws error") + print(msgtxt) msg = textutils.unserializeJSON(msgtxt) if msg.type == "response" and msg.responding_to_type == "me" then our_addr = msg.address.address -- cgit v1.2.3