diff options
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ assert(sres.ok,"not ok") ws = assert(http.websocket(sres.url)) while true do - c=textutils.unserializeJSON(ws.receive()) + c=textutils.unserializeJSON(assert((ws.receive()))) print(c.type) end |