diff --git a/frigate/embeddings/maintainer.py b/frigate/embeddings/maintainer.py index 2c7dca691..e59059777 100644 --- a/frigate/embeddings/maintainer.py +++ b/frigate/embeddings/maintainer.py @@ -559,7 +559,7 @@ class EmbeddingMaintainer(threading.Thread): ) return - resp = requests.post( + requests.post( f"{FRIGATE_LOCALHOST}/api/events/{id}/sub_label", json={ "camera": obj_data.get("camera"),