diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:49:41 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:49:41 +0000 |
commit | ad0097e83e0b03e4006e74adbdd0331a5425e659 (patch) | |
tree | 44f96c802359d1e82fb11c115695123fd46b7f91 | |
parent | 53037540e676078ba983deab29711b2e07cf4860 (diff) |
shop
-rw-r--r-- | shop.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |