summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 04:49:41 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 04:49:41 +0000
commitad0097e83e0b03e4006e74adbdd0331a5425e659 (patch)
tree44f96c802359d1e82fb11c115695123fd46b7f91 /shop.lua
parent53037540e676078ba983deab29711b2e07cf4860 (diff)
shop
Diffstat (limited to 'shop.lua')
-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)