mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
fix merge conflicts
This commit is contained in:
parent
fc6d0aeccb
commit
018502b283
@ -926,6 +926,12 @@ def set_description(
|
|||||||
ids=[id],
|
ids=[id],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
response_message = (
|
||||||
|
f"Event {id} description is now blank"
|
||||||
|
if new_description is None or len(new_description) == 0
|
||||||
|
else f"Event {id} description set to {new_description}"
|
||||||
|
)
|
||||||
|
|
||||||
return JSONResponse(
|
return JSONResponse(
|
||||||
content=(
|
content=(
|
||||||
{
|
{
|
||||||
|
|||||||
@ -663,6 +663,7 @@ class FrigateApp:
|
|||||||
self.onvif_controller,
|
self.onvif_controller,
|
||||||
self.external_event_processor,
|
self.external_event_processor,
|
||||||
self.stats_emitter,
|
self.stats_emitter,
|
||||||
|
self.event_metadata_updater,
|
||||||
),
|
),
|
||||||
host="127.0.0.1",
|
host="127.0.0.1",
|
||||||
port=5001,
|
port=5001,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user