Send as an alert
Build, push image, and notify Watchtower / build-image (push) Successful in 55s
Build, push image, and notify Watchtower / notify (push) Successful in 14s

This commit is contained in:
2026-08-23 11:32:42 +02:00
parent 29fcb26eae
commit 755ffdad46
+1
View File
@@ -275,6 +275,7 @@ async def cooking_params():
if not safety_result.get("is_safe", True):
odata_response.update({
"error": "Unsafe cooking area",
"is_safe": False,
"warning_message": safety_result.get("warning_message", "Unsafe materials detected."),
"detected_hazards": safety_result.get("detected_hazards", [])