Skip to content

Commit 0273e62

Browse files
author
Lukas Wingerberg
committed
fix a typo
1 parent d148a8a commit 0273e62

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
@@ -91,7 +91,7 @@ async def read_stream(stream, response_type, stream_name):
9191

9292
await process.wait()
9393
exit_code = process.returncode
94-
yield ffmpeg_pb2.CommandResponse(exit_code=exit_code, stream_name="exit_code")
94+
yield ffmpeg_pb2.CommandResponse(exit_code=exit_code, stream="exit_code")
9595

9696
async def health_check(self):
9797
logger.info("Running initial health check...")

0 commit comments

Comments
 (0)