From fff50afff9754585a332d33d4bfd001c195cbbad Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 3 Feb 2023 23:13:30 +0300 Subject: [PATCH] asd --- v_repl_bot/cogs/playground.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v_repl_bot/cogs/playground.py b/v_repl_bot/cogs/playground.py index b24f3f9..baa0fde 100644 --- a/v_repl_bot/cogs/playground.py +++ b/v_repl_bot/cogs/playground.py @@ -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]: