jezv hace 11 meses
padre
commit
e4fd05ea5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      trex/main.py

+ 1 - 1
trex/main.py

@@ -9,7 +9,7 @@ import cv2
 
 cv2.namedWindow('View', cv2.WINDOW_NORMAL)
 DEFAULT_MONITOR = 3
-DEBUG = True
+DEBUG = False
 scheduler = sched.scheduler(time, sleep)
 dilation_kernel = np.array([[0,0,0], [1, 1, 1], [0,0,0]]).astype('uint8')