mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 11:15:21 +03:00
Formatting
This commit is contained in:
parent
2a5470cee2
commit
05f964bb14
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user