mirror of
https://github.com/RGBCube/VReplBot
synced 2025-07-25 23:47:45 +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 },
|
data = { "code": code },
|
||||||
) as response:
|
) as response:
|
||||||
body = json.loads(await response.text())
|
body = json.loads(await response.text())
|
||||||
|
print(body, type(body))
|
||||||
return body["ok"], body["output"]
|
return body["ok"], body["output"]
|
||||||
|
|
||||||
async def test_code(self, code: str) -> tuple[bool, str]:
|
async def test_code(self, code: str) -> tuple[bool, str]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue