mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
remove debug print
This commit is contained in:
parent
323aca8b79
commit
d57c158fa7
@ -136,15 +136,6 @@ class Dispatcher:
|
|||||||
event: Event = Event.get(Event.id == payload["id"])
|
event: Event = Event.get(Event.id == payload["id"])
|
||||||
event.data["description"] = payload["description"]
|
event.data["description"] = payload["description"]
|
||||||
event.save()
|
event.save()
|
||||||
print(
|
|
||||||
json.dumps(
|
|
||||||
{
|
|
||||||
"type": TrackedObjectUpdateTypesEnum.description,
|
|
||||||
"id": event.id,
|
|
||||||
"description": event.data["description"],
|
|
||||||
}
|
|
||||||
)
|
|
||||||
)
|
|
||||||
self.publish(
|
self.publish(
|
||||||
"tracked_object_update",
|
"tracked_object_update",
|
||||||
json.dumps(
|
json.dumps(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user