mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-30 18:47:40 +03:00
Quick fix
This commit is contained in:
parent
d36777d67a
commit
fd3b69cde7
@ -156,7 +156,7 @@ class Dispatcher:
|
|||||||
conflict_target=[ReviewSegment.id],
|
conflict_target=[ReviewSegment.id],
|
||||||
update=final_data,
|
update=final_data,
|
||||||
).execute()
|
).execute()
|
||||||
self.publish("reviews", payload)
|
self.publish("reviews", json.dumps(payload))
|
||||||
|
|
||||||
def handle_update_model_state() -> None:
|
def handle_update_model_state() -> None:
|
||||||
if payload:
|
if payload:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user