print stderr to... stderr
Some checks failed
Build and Publish / build_and_publish (push) Has been cancelled

This commit is contained in:
Nexus 2024-06-13 00:31:05 +01:00
parent 8325590bd3
commit f668e68ba8
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -285,7 +285,6 @@ class FFMeta(commands.Cog):
"mp4", "mp4",
"pipe:1", "pipe:1",
stdout=asyncio.subprocess.PIPE, stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.PIPE,
) )
stdout, stderr = await process.communicate() stdout, stderr = await process.communicate()
file = io.BytesIO(stdout) file = io.BytesIO(stdout)