From 05f964bb14e180e33d38fb419d1bbfa23743086b Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 3 Aug 2023 15:56:22 -0600 Subject: [PATCH] Formatting --- frigate/events/audio.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 0e28434d3..c61e93571 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -307,9 +307,7 @@ class AudioEventMaintainer(threading.Thread): audio = np.frombuffer(chunk, dtype=np.int16) self.detect_audio(audio) except Exception as e: - self.logger.error( - "Error reading audio data from ffmpeg process: {e}" - ) + self.logger.error("Error reading audio data from ffmpeg process: {e}") log_and_restart() def run(self) -> None: