diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:49:03 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 04:49:03 +0000 |
commit | 53037540e676078ba983deab29711b2e07cf4860 (patch) | |
tree | acc1bb926f4ac9dc69c344ebad8e9debd143c128 | |
parent | b8ce80051da2a33dd0965029c10a075a6b2f3c3d (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ sres = textutils.unserializeJSON(http.post("https://krist.dev/ws/start","").readAll()) -print(sres.ok) +print(sres) |