mirror of
https://github.com/RGBCube/VReplBot
synced 2025-05-31 13:18:12 +00:00
asd
This commit is contained in:
parent
369f44aedd
commit
fff50afff9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Playground(
|
|||
data = { "code": code },
|
||||
) as response:
|
||||
body = json.loads(await response.text())
|
||||
|
||||
print(body, type(body))
|
||||
return body["ok"], body["output"]
|
||||
|
||||
async def test_code(self, code: str) -> tuple[bool, str]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue