1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-25 15:37:46 +00:00
This commit is contained in:
RGBCube 2023-02-03 21:58:09 +03:00
parent 5ede9f5f7d
commit 8c4d1c5c3e

View file

@ -63,6 +63,7 @@ class Playground(
data = { "code": code },
) as response:
body = await response.json()
print(body)
text = sanitize_str_for_codeblock(body["output"])
if len(text) + 7 > 2000: