mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
fix TypeError in manual event creation
This commit is contained in:
parent
9e531b0b5b
commit
9648f9b9ad
@ -882,7 +882,7 @@ def create_event(camera_name, label):
|
||||
{
|
||||
"success": True,
|
||||
"message": "Successfully created event.",
|
||||
"event_id": event_id,
|
||||
"event_id": event_id.decode('utf-8'),
|
||||
},
|
||||
200,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user