OOpsie
Build, push image, and notify Watchtower / build-image (push) Successful in 50s
Build, push image, and notify Watchtower / notify (push) Successful in 13s

This commit is contained in:
2026-08-25 19:23:10 +02:00
parent 3753f57041
commit dd37465546
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
import cv2 import cv2
import numpy as np import numpy as np
from typing import Dict, Any, Optional from typing import Dict, Any, Optional
import sys
sys.path.insert(0, '..') sys.path.insert(0, '..')
try: try:
from shared import config from shared import config
+1 -1
View File
@@ -2,7 +2,7 @@
DEBUG=True DEBUG=True
DEBUG_MESSAGES=True DEBUG_MESSAGES=True
DEBUG_DANGEROUS_AREA=False DEBUG_DANGEROUS_AREA=False
DEBUG_TEMPERATURE_ALERT=False DEBUG_TEMPERATURE_ALERT=True
DEBUG_SHORTER_COOKING_PLAN=True DEBUG_SHORTER_COOKING_PLAN=True
DEBUG_DISHANALYZER=True DEBUG_DISHANALYZER=True