forked from Github/frigate
chore: fix some typos in comments (#11028)
Signed-off-by: alongdate <alongyear@outlook.com>
This commit is contained in:
@@ -60,7 +60,7 @@ def stop_ffmpeg(ffmpeg_process, logger):
|
||||
logger.info("Waiting for ffmpeg to exit gracefully...")
|
||||
ffmpeg_process.communicate(timeout=30)
|
||||
except sp.TimeoutExpired:
|
||||
logger.info("FFmpeg didnt exit. Force killing...")
|
||||
logger.info("FFmpeg didn't exit. Force killing...")
|
||||
ffmpeg_process.kill()
|
||||
ffmpeg_process.communicate()
|
||||
ffmpeg_process = None
|
||||
|
||||
Reference in New Issue
Block a user