mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +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)
|
||||
|
||||
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(
|
||||
jsonify(
|
||||
{"success": False, "message": "Unable to load clean png for in-progress event"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user