mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Cleanups
This commit is contained in:
parent
a47eee4cd3
commit
b55b1cb0f6
@ -168,7 +168,6 @@ def set_sub_label(id):
|
||||
)
|
||||
|
||||
new_sub_label = request.json.get("subLabel", "")
|
||||
print(f'Found value as {request.json} with {request.json.get("subLabel", "")}')
|
||||
|
||||
if new_sub_label:
|
||||
event.sub_label = new_sub_label
|
||||
|
||||
Loading…
Reference in New Issue
Block a user