diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 252aa92b0..4302abb68 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -288,9 +288,7 @@ class AudioEventMaintainer(threading.Thread): resp = requests.put( f"{FRIGATE_LOCALHOST}/api/events/{detection['id']}/end", - json={ - "end_time": detection["last_detection"] - }, + json={"end_time": detection["last_detection"]}, ) if resp.status_code == 200: