This commit is contained in:
Josh Hawkins 2024-10-25 12:06:14 -05:00
parent be1cbb958c
commit 418c85d08a

View File

@ -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"),