Skip to content

Commit 399ddc3

Browse files
author
Lukas Wingerberg
committed
revert
1 parent 8cd0d70 commit 399ddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/grpc-ffmpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def ExecuteCommand(self, request, context):
6767
tokens[0] = os.path.join(BINARY_PATH_PREFIX, tokens[0])
6868

6969
# Reconstruct the command
70-
sanitized_command = shlex.join(tokens)
70+
command = shlex.join(tokens)
7171

7272
process = await asyncio.create_subprocess_shell(
7373
command,

0 commit comments

Comments
 (0)