From cd4be56caad7878c3b2bc718bcb1cee9bdffa660 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 29 Dec 2022 04:48:23 +0000 Subject: shop --- shop.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shop.lua') diff --git a/shop.lua b/shop.lua index 69ff162..94ea3d7 100644 --- a/shop.lua +++ b/shop.lua @@ -1,2 +1,2 @@ -sres = http.post("https://krist.dev/ws/start","").readAll() -print(sres) +sres = textutils.unserializeJSON(http.post("https://krist.dev/ws/start","").readAll()) +print(sres).ok -- cgit v1.2.3