Formatting

This commit is contained in:
Nicolas Mowen 2024-09-03 15:03:34 -06:00
parent 6d58872fee
commit e519957964

View File

@ -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: