mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-31 10:14: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
|
||||
|
||||
try:
|
||||
await aexec(cmd, _, m)
|
||||
await aexec(cmd[1], _, m)
|
||||
except Exception:
|
||||
exc = traceback.format_exc()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue