From 19c8f057d20399c7dee41ae4e4ce69d3e6b5a837 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 24 Oct 2023 16:50:37 -0600 Subject: [PATCH] Formatting --- frigate/events/audio.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 53c5a6d83..e8f4f6546 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -224,7 +224,12 @@ class AudioEventMaintainer(threading.Thread): # add audio info to recordings queue self.recordings_info_queue.put( - (self.config.name, datetime.datetime.now().timestamp(), dBFS, audio_detections) + ( + self.config.name, + datetime.datetime.now().timestamp(), + dBFS, + audio_detections, + ) ) self.expire_detections()