This commit is contained in:
Nicolas Mowen 2023-02-16 16:27:37 -07:00 committed by GitHub
parent 4116c3bb4c
commit bd4b5dbb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}