diff options
-rw-r--r-- | shop.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |