mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 10:15:22 +03:00
wording
This commit is contained in:
parent
4116c3bb4c
commit
bd4b5dbb7d
@ -185,7 +185,7 @@ def send_to_plus(id):
|
|||||||
return make_response(jsonify({"success": False, "message": message}), 404)
|
return make_response(jsonify({"success": False, "message": message}), 404)
|
||||||
|
|
||||||
if event.end_time is None:
|
if event.end_time is None:
|
||||||
logger.error(f"Unable to load clean snapshot 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"}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user