mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
Formatting
This commit is contained in:
parent
bd4b5dbb7d
commit
a6b3e90a5e
@ -188,7 +188,10 @@ def send_to_plus(id):
|
|||||||
logger.error(f"Unable to load clean png for in-progress event: {event.id}")
|
logger.error(f"Unable to load clean png for in-progress event: {event.id}")
|
||||||
return make_response(
|
return make_response(
|
||||||
jsonify(
|
jsonify(
|
||||||
{"success": False, "message": "Unable to load clean png for in-progress event"}
|
{
|
||||||
|
"success": False,
|
||||||
|
"message": "Unable to load clean png for in-progress event",
|
||||||
|
}
|
||||||
),
|
),
|
||||||
400,
|
400,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user