mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Lupa
This commit is contained in:
parent
2d38162339
commit
f136fde037
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ async def evaluation_cmd_t(_, m):
|
||||||
stdout, stderr, exc = None, None, None
|
stdout, stderr, exc = None, None, None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await aexec(cmd, _, m)
|
await aexec(cmd[1], _, m)
|
||||||
except Exception:
|
except Exception:
|
||||||
exc = traceback.format_exc()
|
exc = traceback.format_exc()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue