idiot vidk2

This commit is contained in:
blank X 2021-04-23 20:26:17 +07:00
parent 8a11e76cfb
commit 744832f697
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ async def pyexec(client, message):
sys.stderr = wrapped_stderr
task = asyncio.create_task(async_obj())
exec_tasks[hash(UniqueExecReturnIdentifier)] = task
returned = await async_obj
returned = await task
except asyncio.CancelledError:
sys.stdout = stdout
sys.stderr = stderr