summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index f24f2ca..0272625 100644
--- a/shop.lua
+++ b/shop.lua
@@ -1,2 +1,3 @@
-sres = textutils.unserializeJSON(http.post("https://krist.dev/ws/start","").readAll())
+sres = http.post("https://krist.dev/ws/start","").readAll()
+
print(sres)