This commit is contained in:
yasir 2023-02-01 22:16:42 +07:00
parent 2d38162339
commit f136fde037

View file

@ -121,7 +121,7 @@ async def evaluation_cmd_t(_, m):
stdout, stderr, exc = None, None, None
try:
await aexec(cmd, _, m)
await aexec(cmd[1], _, m)
except Exception:
exc = traceback.format_exc()