diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:48:23 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:48:23 +0000 |
commit | cd4be56caad7878c3b2bc718bcb1cee9bdffa660 (patch) | |
tree | 88e08a40f1a3f7c4dbcff95f3cb761637e61ff61 | |
parent | f1538fb9cb0d1311eee8d23fa044d54d2abf2def (diff) |
shop
-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 |