code formating

This commit is contained in:
Sergey Krashevich 2023-06-26 22:22:17 +03:00
parent 9648f9b9ad
commit fd146a777b
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -882,7 +882,7 @@ def create_event(camera_name, label):
{
"success": True,
"message": "Successfully created event.",
"event_id": event_id.decode('utf-8'),
"event_id": event_id.decode("utf-8"),
},
200,
)